We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450193c commit 81c6b78Copy full SHA for 81c6b78
1 file changed
.github/workflows/integration.yml
@@ -178,7 +178,9 @@ jobs:
178
strategy:
179
matrix:
180
environment: ['', 'debug-integration-test']
181
- environment: ${{ matrix.environment }}
+ environment:
182
+ name: ${{ matrix.environment }}
183
+ deployment: false
184
name: "Integration test: debug option (runner.debug mode ${{ matrix.environment && 'enabled' || 'disabled' }})"
185
runs-on: ubuntu-latest
186
steps:
0 commit comments