|
1 | 1 | # Do not edit this file. This file is generated automatically by executing
|
2 | 2 | # python scripts/split-tox-gh-actions/split-tox-gh-actions.py
|
3 |
| -name: Test Web Frameworks 1 |
| 3 | +name: Test Web 1 |
4 | 4 | on:
|
5 | 5 | push:
|
6 | 6 | branches:
|
|
20 | 20 | CACHED_BUILD_PATHS: |
|
21 | 21 | ${{ github.workspace }}/dist-serverless
|
22 | 22 | jobs:
|
23 |
| - test-web_frameworks_1-latest: |
24 |
| - name: Web Frameworks 1 (latest) |
| 23 | + test-web_1-latest: |
| 24 | + name: Web 1 (latest) |
25 | 25 | timeout-minutes: 30
|
26 | 26 | runs-on: ${{ matrix.os }}
|
27 | 27 | strategy:
|
@@ -106,8 +106,8 @@ jobs:
|
106 | 106 | token: ${{ secrets.CODECOV_TOKEN }}
|
107 | 107 | files: .junitxml
|
108 | 108 | verbose: true
|
109 |
| - test-web_frameworks_1-pinned: |
110 |
| - name: Web Frameworks 1 (pinned) |
| 109 | + test-web_1-pinned: |
| 110 | + name: Web 1 (pinned) |
111 | 111 | timeout-minutes: 30
|
112 | 112 | runs-on: ${{ matrix.os }}
|
113 | 113 | strategy:
|
@@ -193,13 +193,13 @@ jobs:
|
193 | 193 | files: .junitxml
|
194 | 194 | verbose: true
|
195 | 195 | check_required_tests:
|
196 |
| - name: All pinned Web Frameworks 1 tests passed |
197 |
| - needs: test-web_frameworks_1-pinned |
| 196 | + name: All pinned Web 1 tests passed |
| 197 | + needs: test-web_1-pinned |
198 | 198 | # Always run this, even if a dependent job failed
|
199 | 199 | if: always()
|
200 | 200 | runs-on: ubuntu-20.04
|
201 | 201 | steps:
|
202 | 202 | - name: Check for failures
|
203 |
| - if: contains(needs.test-web_frameworks_1-pinned.result, 'failure') || contains(needs.test-web_frameworks_1-pinned.result, 'skipped') |
| 203 | + if: contains(needs.test-web_1-pinned.result, 'failure') || contains(needs.test-web_1-pinned.result, 'skipped') |
204 | 204 | run: |
|
205 | 205 | echo "One of the dependent jobs has failed. You may need to re-run it." && exit 1
|
0 commit comments