Skip to content

Commit e689dc3

Browse files
committed
fix: adjust working-directory for build step in subgraph CI workflow
1 parent be77f70 commit e689dc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/subgraph-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242

4343
# TODO: fix test command
4444
# - name: Run unit tests
45+
# working-directory: packages/subgraph
4546
# run: npm run test
4647

4748
- name: Build
49+
working-directory: packages/subgraph
4850
run: npm run build

0 commit comments

Comments
 (0)