Skip to content

Commit

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

0 comments on commit c3da02d

Please sign in to comment.