Skip to content

Commit

Permalink
fix: call npm ci in explorer/files (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Apr 27, 2024
1 parent 9921ee1 commit 8503661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-playwright-tests-anvil-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Build AnVIL-catalog database
run: |
cd ./explorer/files
npm ci
npm run build-anvil-db
mkdir ./anvil-catalog/out
cp ./anvil-catalog/data/* ./anvil-catalog/out
Expand Down

0 comments on commit 8503661

Please sign in to comment.