Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbdchd committed Apr 25, 2024
1 parent 381468d commit 723c17c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/web_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,9 @@ jobs:
working-directory: "./web_api"
run: poetry install
- name: Run squawk
working-directory: "backend"
run: |
python ./s/squawk.py
- uses: sbdchd/squawk-action@v1
with:
pattern: "backend/recipeyak/migrations/*.sql"
pattern: "web_api/migrations/*.sql"
version: "latest"

0 comments on commit 723c17c

Please sign in to comment.