Skip to content

Commit

Permalink
Update main_safehaven2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Jun 6, 2024
1 parent b6ed0f1 commit 5de27d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main_safehaven2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:

- name: npm install, build, and test
run: |
npm install
npm ci
cd packages/express-backend
npm install
npm run build --if-present
npm run test --if-present
npm ci
cd ../../
- name: Upload artifact for deployment job
Expand Down

0 comments on commit 5de27d9

Please sign in to comment.