Skip to content

Commit 255f9d8

Browse files
clydinalan-agius4
authored andcommitted
ci: always run snapshot E2E tests on main CI
1 parent 84cb277 commit 255f9d8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ defaults:
2121
shell: bash
2222

2323
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-
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:

0 commit comments

Comments
 (0)