Skip to content

Commit ecde48b

Browse files
committed
fix cd
1 parent 35d0c09 commit ecde48b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/tinybird-cd.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
defaults:
2121
run:
22-
working-directory: '.'
22+
working-directory: 'tinybird'
23+
services:
24+
tinybird:
25+
image: tinybirdco/tinybird-local:beta
26+
ports:
27+
- 7181:7181
2328
steps:
2429
- uses: actions/checkout@v3
2530

.github/workflows/tinybird-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- main
99
- master
1010
types: [opened, reopened, labeled, unlabeled, synchronize]
11+
paths:
12+
- 'tinybird/**'
1113

1214
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.number }}
1315

@@ -20,7 +22,7 @@ jobs:
2022
runs-on: ubuntu-latest
2123
defaults:
2224
run:
23-
working-directory: '.'
25+
working-directory: 'tinybird'
2426
services:
2527
tinybird:
2628
image: tinybirdco/tinybird-local:beta

0 commit comments

Comments
 (0)