From 5ffdcd7abf0ee92e8f5606a81b5e4327a180159b Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 9 Dec 2023 20:06:07 -0300 Subject: [PATCH] force node version on integrations test - another try --- .github/workflows/integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9eeab39..abfdfcb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -53,7 +53,6 @@ jobs: with: redis-version: '6.x' auto-start: false - - name: Run Integration Tests - run: npm ci - run: npm run test:integration