Skip to content

Commit

Permalink
Remove old docker library
Browse files Browse the repository at this point in the history
Fix integration specs
Deprecate OpenApiSpec
  • Loading branch information
ccellado committed Mar 17, 2024
1 parent 124a45b commit bccfd3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Runs it node tests
env:
TMPDIR: ${{ runner.temp }}
run: |
cd it
sbt -Denv=test clean ++${{ matrix.scala }} it:test
mkdir tmp
TMPDIR: $(pwd)/tmp sbt -Denv=test clean ++${{ matrix.scala }} it:test

0 comments on commit bccfd3f

Please sign in to comment.