From a58611ae46e1e87d2db093d969fd980227708f22 Mon Sep 17 00:00:00 2001 From: John Abrahams Date: Thu, 1 Feb 2024 14:18:22 -0500 Subject: [PATCH] Need to disable, as GH won't find the action until it's in main --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6d8dc8..adc2f87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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