Skip to content

Commit

Permalink
Push schema for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwpedro committed Nov 13, 2024
1 parent 6662460 commit b9faa7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install Fauna CLI
run: npm install -g fauna-shell
- name: Push schema
run: fauna schema push --url http://localhost:8443 --secret secret
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit b9faa7a

Please sign in to comment.