Skip to content

Commit

Permalink
ci: setting update - remove quote
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Sep 22, 2023
1 parent 9043bfa commit e49d4a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
level: warning
reviewdog_flags: -filter-mode=file -fail-on-error
workdir: ./testdata/
target: "success.py test.py"
target: success.py test.py

test-pr-check:
if: github.event_name == 'pull_request'
Expand All @@ -47,7 +47,7 @@ jobs:
level: warning
reviewdog_flags: -filter-mode=file -fail-on-error
workdir: ./testdata/
target: "success.py test.py"
target: success.py test.py

test-pr-review:
if: github.event_name == 'pull_request'
Expand All @@ -68,7 +68,7 @@ jobs:
level: warning
reviewdog_flags: -filter-mode=file -fail-on-error
workdir: ./testdata/
target: "success.py test.py"
target: success.py test.py

test-local:
name: runner / mypy (local)
Expand All @@ -89,7 +89,7 @@ jobs:
filter_mode: nofilter
fail_on_error: true
workdir: ./testdata/
target: "success.py test.py"
target: success.py test.py
- name: mypy-local-error
id: mypy_local_error
uses: ./
Expand All @@ -100,7 +100,7 @@ jobs:
filter_mode: nofilter
fail_on_error: true
workdir: ./testerror/
target: "success.py test.py"
target: success.py test.py
continue-on-error: true
- name: mypy-local-error-should-failure
if: steps.mypy_local_error.outcome == 'success'
Expand Down

0 comments on commit e49d4a2

Please sign in to comment.