Skip to content

Commit

Permalink
Switch ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl authored Dec 14, 2023
1 parent c3da02d commit eeb16b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
env:
SHALLOW: 1
- name: Check out jspecify/samples-google-prototype
run: git -C ../jspecify checkout samples-google-prototype
if: always()
run: git -C ../jspecify checkout samples-google-prototype
- name: Run Samples Tests
if: always()
uses: gradle/gradle-build-action@v2
with:
arguments: jspecifySamplesTest
if: always()

0 comments on commit eeb16b1

Please sign in to comment.