Skip to content

Commit

Permalink
Update frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mads256h authored Apr 4, 2024
1 parent 88a466c commit 4c2ccfd
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,17 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- uses: Swatinem/rust-cache@v2
- name: Bootstrap System Under Test (SUT)
run: |
cargo install sqlx-cli --no-default-features --features sqlite
cargo sqlx db create
cargo sqlx migrate run
cargo build
cargo run &
working-directory: backend
- uses: JarvusInnovations/background-action@v1
name: Bootstrap System Under Test (SUT)
with:
run: |
cargo install sqlx-cli --no-default-features --features sqlite
cargo sqlx db create
cargo sqlx migrate run
cargo build
cargo run &
wait-on: "tcp:localhost:3000"
working-directory: backend
- name: Build with Gradle
run: ./gradlew build
- name: Test (local)
Expand Down

0 comments on commit 4c2ccfd

Please sign in to comment.