Skip to content

Commit

Permalink
Fix sed expression
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 11, 2024
1 parent a7e654c commit 7691a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
echo from . import validity > gpg/constants/__init__.py
echo FULL = 4 > gpg/constants/validity.py
sed -i '1iraise unittest.SkipTest("gpg based test do not work in CI")\n' tests/test_crypto.py
sed -i '/import unittest/araise unittest.SkipTest("gpg based test do not work in CI")\n' tests/test_crypto.py
sed -i '/setUpClass/araise unittest.SkipTest("gpg based test do not work in CI")\n' tests/db/test_utils.py
- name: Run tests
Expand Down

0 comments on commit 7691a5c

Please sign in to comment.