Skip to content

Commit f4fb0bb

Browse files
committed
chore(ci): remove environment from tests step
1 parent 90d8b94 commit f4fb0bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
test-integrations-and-cover:
6464
name: Integration Tests and Coverage
6565
runs-on: ubuntu-latest
66-
environment: test
6766
needs:
6867
- lint
6968
- build-check
@@ -120,4 +119,4 @@ jobs:
120119
- name: Release
121120
env:
122121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123-
run: npx semantic-release
122+
run: npx semantic-release

0 commit comments

Comments
 (0)