Skip to content

Commit

Permalink
fix: fixed github action db build script (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Apr 27, 2024
1 parent 8503661 commit 553269a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-playwright-tests-anvil-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
cd ./explorer/files
npm ci
npm run build-anvil-db
mkdir ./anvil-catalog/out
cp ./anvil-catalog/data/* ./anvil-catalog/out
mkdir ./anvil-catalog/data
cp ./anvil-catalog/out/* ./anvil-catalog/data
cd ../..
- name: Run Playwright tests
run: |
Expand Down

0 comments on commit 553269a

Please sign in to comment.