Skip to content

Commit c481ec2

Browse files
author
Jérôme GAVIGNET
committed
feat: Init open3Cl preprocesor library
1 parent 5d7bf58 commit c481ec2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ jobs:
3434
path: ~/.npm
3535
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
3636

37-
- name: Generate assets
38-
run: npm run assets:sync
39-
4037
- name: Run unit tests
41-
run: npm run test
38+
run: npm run test:ci
4239

4340
- name: Run qa
4441
run: |

0 commit comments

Comments
 (0)