Skip to content

Commit a1e47a4

Browse files
committed
chore(ci): update e2e.yml
1 parent 16bdae6 commit a1e47a4

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25+
- name: Copy Playground for E2E Tests
26+
run: |
27+
mkdir -p "$TEST_PROJECTS_DIR"
28+
cp -a e2e/projects/. "$TEST_PROJECTS_DIR/"
29+
env:
30+
TEST_PROJECTS_DIR: "${{ runner.temp }}/projects"
31+
2532
- name: Setup Node.js 20.x
2633
uses: actions/setup-node@v4
2734
with:
@@ -34,14 +41,6 @@ jobs:
3441
- name: Build
3542
run: yarn build --filter "@openapi-qraft/*" --filter "@qraft/*" --force
3643

37-
- name: Copy Playground for E2E Tests
38-
run: |
39-
mkdir -p "$TEST_PROJECTS_DIR"
40-
cp -r playground "$TEST_PROJECTS_DIR"
41-
cp -a e2e/projects/. "$TEST_PROJECTS_DIR/"
42-
env:
43-
TEST_PROJECTS_DIR: "${{ runner.temp }}/projects"
44-
4544
- name: Remove Verdaccio Storage
4645
run: rm -rf e2e/verdaccio-storage
4746

0 commit comments

Comments
 (0)