Skip to content

Commit

Permalink
Try to run both variants
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored and oxkitsune committed Mar 20, 2024
1 parent 1ff1d57 commit 51ec7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
jobs:
run-integration-tests:
runs-on: ubuntu-22.04
if: github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
# if: github.event.issue.pull_request && contains(github.event.comment.body, '/integration-test')
# XXX: Configure permissions.
strategy:
matrix:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Check out code and set up JDK and Maven
uses: s4u/setup-maven-action@6d44c18d67d9e1549907b8815efa5e4dada1801b # v1.12.0
with:
checkout-ref: "refs/pull/${{ github.event.issue.number }}/head"
checkout-ref: "refs/pull/894/head"
java-version: 17.0.10
java-distribution: temurin
maven-version: 3.9.6
Expand Down

0 comments on commit 51ec7bc

Please sign in to comment.