Skip to content

Commit

Permalink
fixup! feat: initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Nov 21, 2024
1 parent 89efca0 commit 910a6e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
working-directory: ${{ env.PLUGIN_PATH }}
run: pip install -e .

- name: Check if migrations are up-to-date
working-directory: ${{ env.PLUGIN_PATH }}
run: make test_migrations
# - name: Check if migrations are up-to-date
# working-directory: ${{ env.PLUGIN_PATH }}
# run: make test_migrations

- name: Run plugin integration tests
working-directory: ${{ env.PLUGIN_PATH }}
Expand Down

0 comments on commit 910a6e0

Please sign in to comment.