Skip to content

Commit 4998271

Browse files
authored
Update glhf-ecs.yml
1 parent df37a91 commit 4998271

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/glhf-ecs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ jobs:
1919
node-version: [18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

22+
defaults:
23+
run:
24+
shell: bash
25+
working-directory: ./packages/glhf-ecs
26+
2227
steps:
2328
- uses: actions/checkout@v3
2429
- name: Use Node.js ${{ matrix.node-version }}
2530
uses: actions/setup-node@v3
2631
with:
2732
node-version: ${{ matrix.node-version }}
2833
cache: 'npm'
29-
- run: cd packages/glhf-ecs
3034
- run: npm ci
3135
- run: npm run build --if-present
3236
- run: npm test

0 commit comments

Comments
 (0)