Skip to content

Commit

Permalink
test reports?
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jan 6, 2023
1 parent 8c3d6c7 commit d2e4329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build and Test
run: |
bash sbtgen.sc --js --native
sbt "++ ${{ matrix.scala }}! -v" clean test mimaReportBinaryIssues
sbt "++ ${{ matrix.scala }} -v" clean test mimaReportBinaryIssues
- uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
Expand Down

0 comments on commit d2e4329

Please sign in to comment.