Skip to content

Commit 83ad184

Browse files
authored
Open pull request without testing (#560)
Each pull request runs test, so it's not necessary.
1 parent 1ba09af commit 83ad184

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update-code.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
# Generate codes
3636
- run: |
3737
python3 generate-code.py
38-
# Run tests
39-
- run: export NODE_OPTIONS=--max-old-space-size=6144; npm run test
4038
- run: |
4139
diff=$(git --no-pager diff --name-only)
4240
echo "DIFF_IS_EMPTY=$([[ -z "$diff" ]] && echo 'true' || echo 'false')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)