Skip to content

Commit

Permalink
chore(ci): remove container for intg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Oct 28, 2022
1 parent 214e1ca commit 7a523ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,10 @@ jobs:
test-integration:
name: Integration Tests
runs-on: ubuntu-latest
container:
image: node:18-alpine3.16
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- name: Install package dependencies
run: npm ci
- name: Run integration tests
run: npm run docker:test:integration

0 comments on commit 7a523ab

Please sign in to comment.