From dbc0369ac1f35e09a282def83d4a534eea36a824 Mon Sep 17 00:00:00 2001 From: Andres Pinto Date: Mon, 5 Aug 2024 21:23:28 -0400 Subject: [PATCH] fix: removed not needed compose from unit tests actions --- .github/workflows/run-tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 389678f00..1dcc8af5e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -37,11 +37,6 @@ jobs: - run: echo //npm.pkg.github.com/:_authToken=${{ secrets.PERSONAL_ACCESS_TOKEN }} >> .npmrc - run: echo "always-auth=true" >> .npmrc - - name: Setup environment - uses: isbang/compose-action@v1.4.1 - with: - compose-file: './infrastructure/docker-compose.yml' - - name: Install dependencies run: yarn