Skip to content

Commit

Permalink
py -> python
Browse files Browse the repository at this point in the history
  • Loading branch information
witek-formanski committed Nov 4, 2023
1 parent 2ae5d5c commit 096e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Detect tests for C++
id: detect_tests_cpp
run: |
TEST_RESULTS="$(py scripts/test_detector.py cpp)"
TEST_RESULTS="$(python scripts/test_detector.py cpp)"
echo "Test Results:"
echo "$TEST_RESULTS"
echo "::set-output name=test_results::$TEST_RESULTS"
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Detect tests for C
id: detect_tests_c
run: |
TEST_RESULTS="$(py scripts/test_detector.py c)"
TEST_RESULTS="$(python scripts/test_detector.py c)"
echo "Test Results:"
echo "$TEST_RESULTS"
echo "::set-output name=test_results::$TEST_RESULTS"
Expand Down

0 comments on commit 096e772

Please sign in to comment.