Skip to content

Commit

Permalink
Testing Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmagnu committed Nov 8, 2024
1 parent 36410d3 commit babb71f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: ./gradlew --continue slowTest
- uses: actions/upload-artifact@v4
with:
name: reports
path: '**/TEST-*.xml'
name: reports
path: '**/TEST-*.xml'

integrationTest:
runs-on: ubuntu-latest
Expand All @@ -75,8 +75,8 @@ jobs:
run: ./gradlew --continue integrationTest
- uses: actions/upload-artifact@v4
with:
name: reports
path: '**/TEST-*.xml'
name: reports
path: '**/TEST-*.xml'

report:
needs: [test, slowTest, integrationTest]
Expand Down

0 comments on commit babb71f

Please sign in to comment.