Skip to content

Commit

Permalink
Fix github actions command
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Nov 24, 2023
1 parent 9bed1f6 commit 1535407
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Build Main Program
run: npm install && npm run build
- name: Test Automation Program
working-directory: ./packages/test
run: npm install && npm run build:actions && npm start
- name: Test Compilation Error Cases
working-directory: ./packages/errors
run: npm install && npm start
- name: Check Benchmark Program
working-directory: ./packages/benchmark
run: npm install && npm run build

- run: npm install
- run: npm run build
- run: npm run test

0 comments on commit 1535407

Please sign in to comment.