Skip to content

Commit

Permalink
chore: Use main branch for GitHub for preparation steps (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Oct 19, 2023
1 parent 8be4f86 commit 0a794e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
java: [ "17", "21" ]
steps:
- name: Run preparatory steps
uses: dasch-swiss/dsp-api/.github/actions/preparation@ecb4a08708255d657ed3b801c339909c4bc61a79
uses: dasch-swiss/dsp-api/.github/actions/preparation@main
with:
java-version: ${{ matrix.java }}
- name: Run all tests
Expand All @@ -42,13 +42,13 @@ jobs:
runs-on: actuated
strategy:
matrix:
java: [ '17', '21' ]
java: [ "17", "21" ]
concurrency:
group: ${{ github.ref }}-${{ matrix.java }}-it
cancel-in-progress: true
steps:
- name: Run preparatory steps
uses: dasch-swiss/dsp-api/.github/actions/preparation@ecb4a08708255d657ed3b801c339909c4bc61a79
uses: dasch-swiss/dsp-api/.github/actions/preparation@main
with:
java-version: ${{ matrix.java }}
- name: Run all integration tests
Expand All @@ -75,10 +75,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
java: [ "17", "21" ]
steps:
- name: Run preparatory steps
uses: dasch-swiss/dsp-api/.github/actions/preparation@ecb4a08708255d657ed3b801c339909c4bc61a79
uses: dasch-swiss/dsp-api/.github/actions/preparation@main
with:
java-version: ${{ matrix.java }}
- name: Run all ZioHttp tests
Expand Down

0 comments on commit 0a794e1

Please sign in to comment.