Skip to content

Commit

Permalink
updated test case in bat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 14, 2024
1 parent c7699ff commit 0541e26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,13 @@ jobs:
rm buildlog.txt
- name: Run build with multiple specified taskss
uses: ./ | grep "Running MATLAB Build"
uses: ./
with:
tasks: deploy
build-options: -continueOnFailure
run: |
set -e
grep "Running MATLAB Build"
- name: Verify Running MATLAB build is appearing in buildlog.txt
run: |
Expand Down

0 comments on commit 0541e26

Please sign in to comment.