Skip to content

Commit 26b3b56

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/glhf-ecs.yml

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

12+
defaults:
13+
run:
14+
shell: bash
15+
working-directory: ./packages/glhf-ecs
16+
1217
jobs:
1318
build:
14-
1519
runs-on: ubuntu-latest
1620

1721
strategy:
1822
matrix:
1923
node-version: [18.x]
2024
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2125

22-
defaults:
23-
run:
24-
shell: bash
25-
working-directory: ./packages/glhf-ecs
2626

2727
steps:
2828
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)