Skip to content

Commit

Permalink
added directory for CI workflow testing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinl03 committed Mar 7, 2024
1 parent 6094a97 commit bd8798e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Compile and run mock automation test
run: |
gcc src/CICDtest.c -o .\output\CICDtest.exe
./output/CICDtest.exe
gcc CI_workflow_test\CICDtest.c -o CI_workflow_test\CICDtest.exe
.\CI_workflow_test\CICDtest.exe
# - name: Compile and run mock Vehicle Control Unit
# run: |
Expand Down

0 comments on commit bd8798e

Please sign in to comment.