Skip to content

Commit

Permalink
feat(darwin): update workflow file for keychain test to fix relative …
Browse files Browse the repository at this point in the history
…path
  • Loading branch information
andyrzhao committed Nov 7, 2024
1 parent 3a5307a commit fbae332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-signer-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
# The binary must be built before creating credentials so it can be added
# as a trusted application to the keychain.
- name: Build Test Binary
working-directory: ./internal/signer/darwin
run: go test -c ./keychain
working-directory: ./internal/signer/darwin/keychain
run: go test -c .

- name: Create keychain credentials
run: ./scripts/keychain_cred.sh

- name: Run Test Binary
working-directory: ./internal/signer/darwin
working-directory: ./internal/signer/darwin/keychain
run: ./keychain.test

- name: Lint
Expand Down

0 comments on commit fbae332

Please sign in to comment.