We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edc9a5 commit 4960c3dCopy full SHA for 4960c3d
.github/workflows/build.yml
@@ -915,12 +915,6 @@ jobs:
915
with:
916
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}
917
918
- - name: Determine if test app should be run
919
- id: should-skip
920
- if: github.event_name == 'pull_request'
921
- run: yarn --silent test:should-skip ${{ matrix.test-application }} --base=${{ github.event.pull_request.base.sha }} >> $GITHUB_OUTPUT
922
- working-directory: dev-packages/e2e-tests
923
-
924
- name: Restore tarball cache
925
uses: actions/cache/restore@v4
926
id: restore-tarball-cache
0 commit comments