mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore(ci): remove environment from tests step
This commit is contained in:
parent
90d8b94194
commit
f4fb0bb6ae
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user