chore(ci): remove environment from tests step

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-11-11 20:32:44 -05:00
parent 90d8b94194
commit f4fb0bb6ae

View File

@ -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
run: npx semantic-release