Skip to content

Commit df37a91

Browse files
authored
Update and rename test.yml to glhf-ecs.yml
1 parent f839686 commit df37a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml .github/workflows/glhf-ecs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
33

4-
name: Test
4+
name: GLHF ECS
55

66
on:
77
push:
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29+
- run: cd packages/glhf-ecs
2930
- run: npm ci
3031
- run: npm run build --if-present
3132
- run: npm test

0 commit comments

Comments
 (0)