Skip to content

Commit 6956f5f

Browse files
authored
Update glhf-ecs.yml
1 parent 3f5fcdf commit 6956f5f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/glhf-ecs.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
pull_request:
1010
branches: [ "main" ]
1111

12-
12+
defaults:
13+
run:
14+
working-directory: ./packages/glhf-ecs
1315

1416
jobs:
1517
build:
@@ -20,7 +22,6 @@ jobs:
2022
node-version: [20.x]
2123
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2224

23-
2425
steps:
2526
- uses: actions/checkout@v3
2627
- name: Use Node.js ${{ matrix.node-version }}
@@ -29,8 +30,5 @@ jobs:
2930
node-version: ${{ matrix.node-version }}
3031
cache: 'npm'
3132
- run: npm ci
32-
working-directory: ./packages/glhf-ecs
3333
- run: npm run build --if-present
34-
working-directory: ./packages/glhf-ecs
3534
- run: npm test
36-
working-directory: ./packages/glhf-ecs

0 commit comments

Comments
 (0)