Skip to content

Commit 81c6b78

Browse files
authored
ci: use deployment: false to suppress deployment noise from integration tests
1 parent 450193c commit 81c6b78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ jobs:
178178
strategy:
179179
matrix:
180180
environment: ['', 'debug-integration-test']
181-
environment: ${{ matrix.environment }}
181+
environment:
182+
name: ${{ matrix.environment }}
183+
deployment: false
182184
name: "Integration test: debug option (runner.debug mode ${{ matrix.environment && 'enabled' || 'disabled' }})"
183185
runs-on: ubuntu-latest
184186
steps:

0 commit comments

Comments
 (0)