Skip to content

Commit

Permalink
fix: try to remove last commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs committed Jun 7, 2024
1 parent c9e0589 commit bfceef8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
security create-keychain -p "" build.keychain
security default-keychain -s build.keychain
security unlock-keychain -p "" build.keychain
security set-keychain-settings -t 3600 -u build.keychain
security import ./certs/apple.cer -k ~/Library/Keychains/build.keychain -T /usr/bin/codesign
- name: Run tests
run: |
poetry run archivooor
Expand Down

0 comments on commit bfceef8

Please sign in to comment.