Skip to content

Commit 7a523ab

Browse files
committed
chore(ci): remove container for intg tests
1 parent 214e1ca commit 7a523ab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,10 @@ jobs:
6363
test-integration:
6464
name: Integration Tests
6565
runs-on: ubuntu-latest
66-
container:
67-
image: node:18-alpine3.16
6866
steps:
6967
- uses: actions/checkout@v3
7068
- uses: actions/setup-node@v3
7169
with:
7270
node-version-file: .nvmrc
73-
cache: npm
74-
- name: Install package dependencies
75-
run: npm ci
7671
- name: Run integration tests
7772
run: npm run docker:test:integration

0 commit comments

Comments
 (0)