Skip to content

Commit

Permalink
Ensure pwd is set to integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune committed Oct 13, 2023
1 parent 63c3cb2 commit 1d182da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
run: mvn --version
- name: Install error-prone-support snapshot
run: mvn -T1C install -DskipTests -Dverification.skip
- name: Ensure runnable
run: chmod +x ./integration-tests/run.sh
- name: Check current directory
run: pwd && ls -l
- name: Run integration test
run: ./integration-tests/run.sh
# ensure this script is executed in the integration-tests directory
working-directory: ./integration-tests
run: bash ./run.sh

0 comments on commit 1d182da

Please sign in to comment.