Skip to content

Commit

Permalink
Log pwd + ensure script is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune committed Oct 13, 2023
1 parent 7b4d25b commit 63c3cb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@ 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: bash ./integration-tests/run.sh
run: ./integration-tests/run.sh

0 comments on commit 63c3cb2

Please sign in to comment.