-
-
Notifications
You must be signed in to change notification settings - Fork 283
33 lines (28 loc) · 685 Bytes
/
gotrue.yml
File metadata and controls
33 lines (28 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: gotrue
on:
push:
branches:
- main
paths:
- 'packages/gotrue/**'
- '.github/workflows/gotrue.yml'
- '.github/workflows/dart-package-test.yml'
pull_request:
paths:
- 'packages/gotrue/**'
- '.github/workflows/gotrue.yml'
- '.github/workflows/dart-package-test.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/dart-package-test.yml
with:
package-name: gotrue
working-directory: packages/gotrue
needs-docker: true
docker-compose-dir: infra/gotrue
test-concurrency: 1