Skip to content

Commit

Permalink
Use relative path to run script
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune committed Oct 13, 2023
1 parent 085cbfd commit 7b4d25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Install error-prone-support snapshot
run: mvn -T1C install -DskipTests -Dverification.skip
- name: Run integration test
run: bash integration-tests/run.sh
run: bash ./integration-tests/run.sh

0 comments on commit 7b4d25b

Please sign in to comment.