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 e33247f commit f1b20ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:

- name: Chown user
run: |
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
sudo chown -R $USER:$USER ${{ runner.temp }}
- name: Runs it node tests
run: TMPDIR=${{ runner.temp }} sbt -Denv=test clean ++${{ matrix.scala }} it:test

0 comments on commit f1b20ca

Please sign in to comment.