Skip to content

Commit

Permalink
wip: bash-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Nov 6, 2024
1 parent f9b3adb commit 4baea13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

test-compiler:
runs-on: ubuntu-latest
needs: [ 'checksecret' ]
strategy:
fail-fast: false
matrix:
Expand All @@ -63,6 +64,12 @@ jobs:
env:
SCALA_VERSION: ${{ matrix.scala }}
run: ./build.sh nix gen ${{ matrix.test }}
- uses: dorny/test-reporter@v1
if: (needs.checksecret.outputs.HAVE_SECRETS == 'true') && (success() || failure())
with:
name: Test reports (JDK ${{ matrix.java }}, Scala ${{ matrix.scala }}, JVM)
path: '**/target/spec-reports/**/*.xml'
reporter: java-junit

publish-npm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4baea13

Please sign in to comment.