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 efdf3d6 commit 3438257
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ jobs:
! grep "checking" buildlog.txt
rm buildlog.txt
- name: Run build with multiple specified tasks
uses: ./
with:
tasks: error deploy check

- name: Verify group workflow command added for tasks in buildlog.txt
run: |
set -e
Expand All @@ -179,12 +184,22 @@ jobs:
grep "::group::tests - task"
rm buildlog.txt
- name: Run build with multiple specified tasks
uses: ./
with:
tasks: error deploy check

- name: Verify Running MATLAB build is appearing in buildlog.txt
run: |
set -e
grep "Running MATLAB Build" buildlog.txt
rm buildlog.txt
- name: Run build with multiple specified tasks
uses: ./
with:
tasks: error deploy check

- name: Verify Successfully generated script is not appearing in buildlog.txt
run: |
set -e
Expand Down

0 comments on commit 3438257

Please sign in to comment.