Skip to content

Commit

Permalink
Build and test (#119)
Browse files Browse the repository at this point in the history
Build and test in one step, since `build` already depends on `conformanceTests`.
  • Loading branch information
netdpb authored Dec 11, 2023
1 parent d80cf8a commit 8713813
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: Build
- name: Build and Test
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: build conformanceTests
env:
SHALLOW: 1
- name: Run Conformance Tests
uses: gradle/gradle-build-action@v2
with:
arguments: conformanceTests
- name: Check out jspecify/samples-google-prototype
run: git -C ../jspecify checkout samples-google-prototype
- name: Run Samples Tests
Expand Down

0 comments on commit 8713813

Please sign in to comment.