Skip to content

Commit

Permalink
Second try
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Oct 30, 2023
1 parent deee87e commit 825c412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04, macos-12 ]
runs-on: ${{ matrix.os }}
if: |
github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/checkstyle-10.12.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
set -e -u -o pipefail

integration_test_root="(cd `dirname -- $0` && pwd)"
integration_test_root_2="$(readlink -f "$(dirname "${0}")")"
echo "1: ${integration_test_root}"
echo "2: ${integration_test_root_2}"
error_prone_support_root="${integration_test_root}/.."
repos_root="${integration_test_root}/.repos"

Expand Down

0 comments on commit 825c412

Please sign in to comment.