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 f1b20ca commit 7cdc4cc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:

test_it:
name: Run it node tests
env:
TMPDIR=${{ runner.temp }}
strategy:
matrix:
os: [ ubuntu-latest ]
Expand All @@ -146,6 +148,7 @@ jobs:
- name: Checkout current branch (full)
uses: actions/checkout@v2
with:
path: it
fetch-depth: 0

- name: Setup Java and Scala
Expand All @@ -165,9 +168,7 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

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

0 comments on commit 7cdc4cc

Please sign in to comment.