From 7a523abaaac5bf1e7d102697ced89b71ae2a4f73 Mon Sep 17 00:00:00 2001 From: Ricardo Arturo Cabral Mejia Date: Fri, 28 Oct 2022 00:49:45 -0400 Subject: [PATCH] chore(ci): remove container for intg tests --- .github/workflows/checks.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3655f387..aaabb6d9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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