Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei authored Jan 24, 2022
1 parent 8af525c commit 851a614
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
postgres: [11, 12, 13, 14]
name: Test (Postgres ${{ matrix.postgres }} Scala ${{ matrix.scala }} Java ${{ matrix.java }})
runs-on: ubuntu-latest
env:
SLICK_PG_TEST_POSTGRES_IMAGE_TAG: ${{ matrix.postgres }}
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v5
- uses: actions/setup-node@v2
- uses: olafurpg/setup-scala@v10
with:
distribution: temurin
java-version: ${{ matrix.java }}
- run: sbt -DSLICK_PG_TEST_POSTGRES_IMAGE_TAG=${{ matrix.postgres }} ++${{ matrix.scala }} test
- run: sbt ++${{ matrix.scala }} test

0 comments on commit 851a614

Please sign in to comment.