Skip to content

Commit 553269a

Browse files
committed
fix: fixed github action db build script (#3638)
1 parent 8503661 commit 553269a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/run-playwright-tests-anvil-catalog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
cd ./explorer/files
2727
npm ci
2828
npm run build-anvil-db
29-
mkdir ./anvil-catalog/out
30-
cp ./anvil-catalog/data/* ./anvil-catalog/out
29+
mkdir ./anvil-catalog/data
30+
cp ./anvil-catalog/out/* ./anvil-catalog/data
3131
cd ../..
3232
- name: Run Playwright tests
3333
run: |

0 commit comments

Comments
 (0)