Skip to content

Commit

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

0 comments on commit eb09ed5

Please sign in to comment.