Skip to content

Commit

Permalink
split up steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Mar 21, 2024
1 parent 0163f6c commit a0ace05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/frontend-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
cd app && npm ci && npm run build
cp -r build ../build
- name: npm test
uses: actions-rs/cargo@v1
- uses: actions-rs/cargo@v1
with:
command: run
- name: npm test
run: |
cargo run
cd app && npm run test

0 comments on commit a0ace05

Please sign in to comment.