We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fd7d3a + 4b60fde commit c33e912Copy full SHA for c33e912
.github/workflows/test.yml
@@ -32,6 +32,8 @@ jobs:
32
cache: 'npm'
33
- name: Install Dependency
34
run: npm ci
35
+ - run: |
36
+ python3 generate-code.py
37
- name: Test Project
38
run: npm test
39
- name: Test building docs
.github/workflows/update-code.yml
@@ -29,6 +29,9 @@ jobs:
29
java-version: 17
30
architecture: x64
31
+ - name: Install Dependency
+ run: npm ci
+
# Generate codes
- run: |
python3 generate-code.py
0 commit comments