Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 committed Oct 10, 2023
1 parent 716496b commit 465b294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install Dependency
run: npm ci
- name: Test generator
run: cd generator; mvn package
run: cd generator; mvn package; cd ..
- name: Generate code
- run: |
run: |
python3 generate-code.py
- name: Test Project
run: npm test
Expand Down

0 comments on commit 465b294

Please sign in to comment.