Skip to content

Commit

Permalink
Need to disable, as GH won't find the action until it's in main
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Feb 7, 2024
1 parent 03381bd commit a58611a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Run Tests
run: mvn -U -B -V -ntp verify

- name: Acceptance tests
if: ${{ inputs.run_acceptance_tests }}
uses: .github/actions/acceptance-test@main
with:
pullimages: missing
# - name: Acceptance tests
# if: ${{ inputs.run_acceptance_tests }}
# uses: eclipse-pass/main/.github/actions/acceptance-test@main
# with:
# pullimages: missing

0 comments on commit a58611a

Please sign in to comment.