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 3dd1baf commit 4a05b09Copy full SHA for 4a05b09
1 file changed
.github/workflows/build.yml
@@ -959,14 +959,14 @@ jobs:
959
if: steps.restore-tarball-cache.outputs.cache-hit != 'true'
960
run: yarn build:tarball
961
962
- - name: Validate packed tarball setup
963
- run: yarn test:validate
964
- working-directory: dev-packages/e2e-tests
965
-
966
- name: Prepare e2e tests
967
run: yarn test:prepare
968
working-directory: dev-packages/e2e-tests
969
+ - name: Validate e2e tests setup
+ run: yarn test:validate
+ working-directory: dev-packages/e2e-tests
+
970
- name: Copy to temp
971
run: yarn ci:copy-to-temp ./test-applications/${{ matrix.test-application }} ${{ runner.temp }}/test-application
972
0 commit comments