Skip to content

Commit c33e912

Browse files
authored
Merge pull request #504 from tokuhirom/ci-fix
Improve CI
2 parents 4fd7d3a + 4b60fde commit c33e912

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
cache: 'npm'
3333
- name: Install Dependency
3434
run: npm ci
35+
- run: |
36+
python3 generate-code.py
3537
- name: Test Project
3638
run: npm test
3739
- name: Test building docs

.github/workflows/update-code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
java-version: 17
3030
architecture: x64
3131

32+
- name: Install Dependency
33+
run: npm ci
34+
3235
# Generate codes
3336
- run: |
3437
python3 generate-code.py

0 commit comments

Comments
 (0)