We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84d335 commit e4fb66eCopy full SHA for e4fb66e
1 file changed
.github/workflows/tests.yml .github/workflows/database-ci.yml.github/workflows/tests.yml renamed to .github/workflows/database-ci.yml
@@ -1,17 +1,25 @@
1
-name: Database Tests
+name: Database CI
2
+
3
on:
4
pull_request:
- branches: [ main ]
5
- push:
6
+ paths:
+ - ".github/workflows/database-ci.yml"
7
+ - "frontend/packages/db/**"
8
+ merge_group:
9
+ workflow_dispatch:
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
15
jobs:
16
pg_tap_tests:
17
name: PGTap Tests
18
+ timeout-minutes: 10
19
runs-on: ubuntu-latest
20
steps:
- - uses: actions/checkout@v3
- - uses: supabase/setup-cli@v1
21
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ - uses: supabase/setup-cli@d347ba47d3fb7eeeddbbc793bc8d4779caf773ea # v1.5.0
23
with:
24
version: latest
25
- name: Supabase Start
0 commit comments