File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,6 @@ defaults:
21
21
shell : bash
22
22
23
23
jobs :
24
- analyze :
25
- runs-on : ubuntu-latest
26
- outputs :
27
- snapshots : ${{ steps.filter.outputs.snapshots }}
28
- steps :
29
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
- with :
31
- persist-credentials : false
32
- - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
33
- id : filter
34
- with :
35
- filters : |
36
- snapshots:
37
- - 'tests/legacy-cli/e2e/ng-snapshot/package.json'
38
-
39
24
lint :
40
25
runs-on : ubuntu-latest
41
26
steps :
@@ -122,8 +107,6 @@ jobs:
122
107
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
123
108
124
109
e2e-snapshots :
125
- needs : analyze
126
- if : needs.analyze.outputs.snapshots == 'true'
127
110
strategy :
128
111
fail-fast : false
129
112
matrix :
You can’t perform that action at this time.
0 commit comments