Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLightsOn committed Sep 12, 2024
1 parent 38223a1 commit fe057d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.311
extra-args: src/backend/services/flow_test/metrics_flow_test1.py, src/backend/services/metrics_flow_test1.py
extra-args: src/backend/services/flow_test/metrics_flow_test1.py src/backend/services/metrics_flow_test1.py
- name: Get new files added in the PR
id: get_new_files
run: |
Expand Down

0 comments on commit fe057d3

Please sign in to comment.