Skip to content

Commit fe4f34c

Browse files
committed
path
1 parent 900a0a5 commit fe4f34c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/build-wasm-no-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
node-version: 20.x
1414
cache: yarn
15+
working-directory: libpg-query
1516
- name: Install and Build 🚀
1617
run: |
1718
yarn

.github/workflows/build-wasm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
node-version: '20.x'
1717
cache: 'yarn'
18+
working-directory: libpg-query
1819

1920
- name: Install Dependencies 🧶
2021
run: yarn install

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
node-version: '20.x'
2222
cache: 'yarn'
23+
working-directory: libpg-query
2324

2425
- name: Install Dependencies 🧶
2526
run: yarn install
@@ -53,6 +54,7 @@ jobs:
5354
with:
5455
node-version: '20.x'
5556
cache: 'yarn'
57+
working-directory: libpg-query
5658

5759
- name: Install Dependencies 🧶
5860
run: yarn install

0 commit comments

Comments
 (0)