Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jspecify/nullness-checker-for-check…
Browse files Browse the repository at this point in the history
…er-framework into publish-conformance-tests
  • Loading branch information
netdpb committed Jan 3, 2024
2 parents 5c1c845 + 918e229 commit 007f208
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,29 @@ jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: jspecify-reference-checker
steps:
- name: Check out the code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: jspecify-reference-checker
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Build and Test
- name: Set up Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build conformanceTests demoTest
- name: Build and Test
run: ./gradlew build conformanceTests demoTest
env:
SHALLOW: 1
- name: Check out jspecify/samples-google-prototype
if: always()
run: git -C ../jspecify checkout samples-google-prototype
run: git checkout samples-google-prototype
working-directory: jspecify
- name: Run Samples Tests
if: always()
uses: gradle/gradle-build-action@v2
with:
arguments: jspecifySamplesTest
run: ./gradlew jspecifySamplesTest

0 comments on commit 007f208

Please sign in to comment.