Skip to content

Commit 4a05b09

Browse files
committed
fix order
1 parent 3dd1baf commit 4a05b09

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -959,14 +959,14 @@ jobs:
959959
if: steps.restore-tarball-cache.outputs.cache-hit != 'true'
960960
run: yarn build:tarball
961961

962-
- name: Validate packed tarball setup
963-
run: yarn test:validate
964-
working-directory: dev-packages/e2e-tests
965-
966962
- name: Prepare e2e tests
967963
run: yarn test:prepare
968964
working-directory: dev-packages/e2e-tests
969965

966+
- name: Validate e2e tests setup
967+
run: yarn test:validate
968+
working-directory: dev-packages/e2e-tests
969+
970970
- name: Copy to temp
971971
run: yarn ci:copy-to-temp ./test-applications/${{ matrix.test-application }} ${{ runner.temp }}/test-application
972972
working-directory: dev-packages/e2e-tests

0 commit comments

Comments
 (0)