Skip to content

Commit

Permalink
Merge pull request #58 from supabase/fix_gh_workflow
Browse files Browse the repository at this point in the history
fix test workflow
  • Loading branch information
imor authored Sep 23, 2024
2 parents 4ba6b23 + 19b038e commit cd7b9ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test
on:
pull_request:
push: { branches: master }
push: { branches: [master] }

jobs:
test:
Expand All @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Build docker images
run: docker-compose -f .ci/docker-compose.yaml build
run: docker compose -f .ci/docker-compose.yaml build

- name: Run tests
run: docker-compose -f .ci/docker-compose.yaml run test_pg_jsonschema
run: docker compose -f .ci/docker-compose.yaml run test_pg_jsonschema

0 comments on commit cd7b9ed

Please sign in to comment.