Skip to content

Commit

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

0 comments on commit 277e229

Please sign in to comment.