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:
2121 shell : bash
2222
2323jobs :
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-
3924 lint :
4025 runs-on : ubuntu-latest
4126 steps :
@@ -122,8 +107,6 @@ jobs:
122107 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 }}
123108
124109 e2e-snapshots :
125- needs : analyze
126- if : needs.analyze.outputs.snapshots == 'true'
127110 strategy :
128111 fail-fast : false
129112 matrix :
You can’t perform that action at this time.
0 commit comments