Skip to content

Commit

Permalink
ci: short circuit groovy test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 19, 2023
1 parent bf4414a commit 4b11126
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
${{matrix.cmd}}
test_run-groovy:
needs: [ build ]
# needs: [ build ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -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

0 comments on commit 4b11126

Please sign in to comment.