Skip to content

Commit

Permalink
run actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmathew committed Jan 30, 2024
1 parent 5366e05 commit cb7d008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/runTests.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: testDebugUnitTest
- name: Save screenshots
uses: actions/upload-artifact@v4
path: "**/*.png"
retention-days: 2
- uses: actions/upload-artifact@v4
with:
path: "**/*.png"
retention-days: 2

0 comments on commit cb7d008

Please sign in to comment.