Skip to content

Commit

Permalink
fix: Pester経由で起動するとパスが解決できない
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Dec 2, 2023
1 parent 58e1efc commit 426d5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
working-directory: ./test/e2e/${{ matrix.os }}
shell: pwsh
run: |
Invoke-Pester ../test.ps1
../test.ps1
- name: E2E test (bash)
working-directory: ./test/e2e/${{ matrix.os }}
Expand Down

0 comments on commit 426d5d2

Please sign in to comment.