Skip to content

Commit

Permalink
Merge branch 'main' into style-edits
Browse files Browse the repository at this point in the history
* main:
  Update CI workflow actions
  • Loading branch information
jayohms committed Sep 24, 2024
2 parents df34050 + 0755944 commit be39430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
java-version: '17'

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run lint
run: ./gradlew core:lint
Expand All @@ -22,7 +22,7 @@ jobs:
run: ./gradlew testRelease

- name: Archive test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-results-report
Expand Down

0 comments on commit be39430

Please sign in to comment.