Skip to content

Commit

Permalink
generate client in ci without push
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Sep 23, 2022
1 parent fbfa3ec commit a0ede73
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ jobs:
- name: Cache Dependencies
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72

- name: Setup Test Database
- name: Generate client
working-directory: integration-tests
run: cargo prisma db push

- name: Compile
working-directory: integration-tests
run: cargo test --no-run --locked
run: cargo prisma generate

- name: Test
run: cargo run-tests

0 comments on commit a0ede73

Please sign in to comment.