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 69f42b4 commit 199ec55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Runs it node tests
env:
TMPDIR: ${{ runner.temp }}
with:
path: it
run: sbt -Denv=test clean ++${{ matrix.scala }} it:test
run: TMPDIR=${{ runner.temp }} sbt -Denv=test clean ++${{ matrix.scala }} it:test

0 comments on commit 199ec55

Please sign in to comment.