From 4b11126b44508a0223ae3d2ac6828ae600af7792 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 19 Sep 2023 15:48:43 -0400 Subject: [PATCH] ci: short circuit groovy test --- .github/workflows/maven.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d7377fc165..789083bdf8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -75,7 +75,7 @@ jobs: ${{matrix.cmd}} test_run-groovy: - needs: [ build ] + # needs: [ build ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -88,10 +88,12 @@ jobs: uses: wtfjoke/setup-groovy@v1 with: groovy-version: 4.x - - uses: actions/download-artifact@v3 - with: - name: build - - name: untar build - run: tar xzvf coatjava.tar.gz + # - uses: actions/download-artifact@v3 + # with: + # name: build + # - name: untar build + # run: tar xzvf coatjava.tar.gz + # - name: test run-groovy + # run: coatjava/bin/run-groovy validation/advanced-tests/test-run-groovy.groovy - name: test run-groovy - run: coatjava/bin/run-groovy validation/advanced-tests/test-run-groovy.groovy + run: bin/run-groovy validation/advanced-tests/test-run-groovy.groovy