Skip to content

Commit 36ec680

Browse files
committed
chore: updating broken workflow
Signed-off-by: Juan Muñoz <[email protected]>
1 parent 4bfa76f commit 36ec680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ jobs:
4242
timeout-minutes: 45
4343
if: ${{ github.event_name == 'push' }}
4444
run: |
45+
cd packages/compas-open-scd
4546
npm ci
4647
npm run-script test
4748
4849
- name: Build application with npm
4950
if: ${{ github.event_name == 'pull_request' }}
5051
timeout-minutes: 45
5152
run: |
53+
cd packages/compas-open-scd
5254
npm ci
5355
npm run-script build
5456
- name: Build docker image

0 commit comments

Comments
 (0)