From f4fb0bb6ae695d51d8dd04c1963088846a4f6a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Arturo=20Cabral=20Mej=C3=ADa?= Date: Fri, 11 Nov 2022 20:32:44 -0500 Subject: [PATCH] chore(ci): remove environment from tests step --- .github/workflows/checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 13e9a60..200e865 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -63,7 +63,6 @@ jobs: test-integrations-and-cover: name: Integration Tests and Coverage runs-on: ubuntu-latest - environment: test needs: - lint - build-check @@ -120,4 +119,4 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npx semantic-release \ No newline at end of file + run: npx semantic-release