Skip to content

Commit

Permalink
.github/.workflows/ports_psoc6.yml: Fixing cd to test path.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Aug 3, 2023
1 parent fa934db commit 9d23196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ports_psoc6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
cd ../..
cd tests
- name: Run psoc6 tests
run: ./psoc6/run_psoc6_tests.sh --psoc6
run: |
echo $PWD
./psoc6/run_psoc6_tests.sh --psoc6
- name: Run psoc6 multi test
run: ./psoc6/run_psoc6_tests.sh --psoc6-multi
- name: Run all implemented tests
Expand Down

0 comments on commit 9d23196

Please sign in to comment.