Skip to content

Commit

Permalink
see if it build
Browse files Browse the repository at this point in the history
  • Loading branch information
stenolog committed Mar 7, 2024
1 parent ee9c266 commit 3c6d6c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Build it tests
run: sbt -Denv=test ++${{ matrix.scala }} it:compile
- name: Build it2 tests
run: sbt -Denv=test ++${{ matrix.scala }} it2:compile
- name: Runs it tests
run: sbt -Denv=test clean ++${{ matrix.scala }} it:test
- name: Build it2 tests
run: sbt -Denv=test clean ++${{ matrix.scala }} it2
- name: Runs node tests
run: sbt -Denv=test clean ++${{ matrix.scala }} test

0 comments on commit 3c6d6c4

Please sign in to comment.