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 15, 2024
1 parent 7602966 commit 9f7b1de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,17 @@ jobs:
tasks: deploy
build-options: -continueOnFailure

- name: Get Current Job Log URL
uses: Tiryoh/gha-jobid-action@v0
id: jobs
with:
github_token: ${{ github.token }}
job_name: ${{ github.job }}

- name: Verify if Running MATLAB Build is displayed
run: |
set -e
gh run view ${{ github.job }} --log | grep "Running MATLAB Build"
gh run view ${{ steps.jobs.outputs.html_url }} --log | grep "Running MATLAB Build"
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 9f7b1de

Please sign in to comment.