mirror of
https://github.com/actions/github-script.git
synced 2026-06-06 09:04:23 +00:00
ci: use deployment: false to suppress deployment noise from integration tests
This commit is contained in:
parent
450193c5ab
commit
81c6b78760
1 changed files with 3 additions and 1 deletions
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue