Skip to content

Commit 663513d

Browse files
committed
integration work
1 parent 8fbe0a8 commit 663513d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ jobs:
2929
run: npm i
3030
# step 4 Build
3131
- name:
32-
run: npm build
33-
# Step 5: Run tests
34-
- name: Run tests
35-
run: npm run test
32+
run: npm run build
33+
3634

3735
# deploy:
3836
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)