Skip to content

Commit

Permalink
Merge branch 'master' into partial_permutations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kantis committed May 9, 2023
2 parents 1229424 + 00e117b commit 51e61a4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ jobs:
api_check:
runs-on: ubuntu-latest
if: github.repository == 'kotest/kotest'
steps:
- name: Checkout the repo
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch }}

- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'

- uses: gradle/gradle-build-action@v2

- name: Run api check
run: ./gradlew apiCheck
steps:
- name: Checkout the repo
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.inputs.branch }}

- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'

- uses: gradle/gradle-build-action@v2

- name: Run api check
run: ./gradlew apiCheck

test_linux:
needs: api_check
Expand Down

0 comments on commit 51e61a4

Please sign in to comment.