Skip to content

Commit

Permalink
reenable acceptance tests for crypto module
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Oct 6, 2023
1 parent 17b9cb3 commit eb98630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
cp sdk-specifications/features/access/authorization-failure-reporting.feature tests/acceptance/pam
cp sdk-specifications/features/access/grant-token.feature tests/acceptance/pam
cp sdk-specifications/features/access/revoke-token.feature tests/acceptance/pam
# cp sdk-specifcations/features/encryption/cryptor-module.feature tests/accetpance/encryption/assets/cryptor-module.feature
# cp sdk-specifcations/features/encryption/assets/ tests/accetpance/encryption/assets/
cp sdk-specifications/features/encryption/cryptor-module.feature tests/accetpance/encryption/assets/cryptor-module.feature
cp sdk-specifications/features/encryption/assets/ tests/accetpance/encryption/assets/
sudo pip3 install -r requirements-dev.txt
behave --junit tests/acceptance/pam
# behave --junit tests/acceptance/encryption/cryptor-module.feature
behave --junit tests/acceptance/encryption/cryptor-module.feature
- name: Expose acceptance tests reports
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit eb98630

Please sign in to comment.