mirror of
https://github.com/actions/github-script.git
synced 2026-05-13 11:26:55 +00:00
ci: use deployment: false to suppress deployment noise from integration tests
This commit is contained in:
committed by
GitHub
parent
450193c5ab
commit
81c6b78760
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -178,7 +178,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
environment: ['', 'debug-integration-test']
|
environment: ['', 'debug-integration-test']
|
||||||
environment: ${{ matrix.environment }}
|
environment:
|
||||||
|
name: ${{ matrix.environment }}
|
||||||
|
deployment: false
|
||||||
name: "Integration test: debug option (runner.debug mode ${{ matrix.environment && 'enabled' || 'disabled' }})"
|
name: "Integration test: debug option (runner.debug mode ${{ matrix.environment && 'enabled' || 'disabled' }})"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user