Skip to content

Commit b44cd03

Browse files
bagel897eacodegen
andauthored
Update workflow (#255)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed --------- Co-authored-by: eacodegen <[email protected]>
1 parent 0647829 commit b44cd03

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
shell: bash
4141
env:
4242
SKIP: disallowed-words-check,circleci_validate
43-
4443
- uses: stefanzweifel/git-auto-commit-action@v5
4544
# Always commit changes even if pre-commit failed
4645
if: always()
4746
with:
4847
commit_message: "Automated pre-commit update"
48+
push_options: "--no-verify"

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
parse-tests:
9494
# changing the following value will significantly affect github's cost. Be careful and consult with the team before changing it.
9595
runs-on: ubuntu-latest-32
96-
if: contains(github.event.pull_request.labels.*.name, 'extra-parse') || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
96+
if: contains(github.event.pull_request.labels.*.name, 'parse-tests') || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
9797

9898
steps:
9999
- uses: actions/checkout@v4
@@ -116,7 +116,7 @@ jobs:
116116
uv run pytest \
117117
-n auto \
118118
-o junit_suite_name="${{github.job}}" \
119-
tests/codemod/test_parse.py
119+
tests/integration/codemod/test_parse.py
120120
- uses: ./.github/actions/report
121121
with:
122122
flag: no-flag

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ dev-dependencies = [
113113
# "scalene>=1.5.45",
114114
"filelock<4.0.0,>=3.15.4",
115115
"pytest>=8.3.3",
116-
"pytest-asyncio>=0.23.5",
117116
"pytest-cov>=6.0.0,<6.0.1",
118117
"ruff>=0.6.8",
119118
"mypy[mypyc,faster-cache]>=1.13.0",

uv.lock

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)