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.
1 parent d1adc57 commit 64fca23Copy full SHA for 64fca23
.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