Skip to content

Commit

Permalink
Revert commit to test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Nov 19, 2024
1 parent d7bf1a7 commit 9429021
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@
# https://docs.github.com/en/actions/learn-github-actions/expressions#example-returning-a-json-object
name: "Integration tests"
on:
issue_comment:
types: [ created ]
push:
branches:
- rossendrijver/metrics_integration_test
pull_request:
permissions:
contents: read
jobs:
run-integration-tests:
name: On-demand integration test
if: |
github.event.issue.pull_request && contains(github.event.comment.body, '/integration-tests')
runs-on: ubuntu-24.04
strategy:
matrix:
Expand All @@ -41,7 +35,6 @@ jobs:
- name: Check out code and set up JDK and Maven
uses: s4u/setup-maven-action@382542f77617f34e56bf83868920a4d45b7451e7 # v1.16.0
with:
checkout-ref: "refs/pull/${{ github.event.issue.number }}/head"
java-version: 17.0.13
java-distribution: temurin
maven-version: 3.9.9
Expand Down

0 comments on commit 9429021

Please sign in to comment.