From 7602966a9bb41069547338ed2810fa4f77b3effd Mon Sep 17 00:00:00 2001 From: Nikhil Bhoski <47204011+nbhoski@users.noreply.github.com> Date: Wed, 15 May 2024 11:45:06 +0530 Subject: [PATCH] updated test case in bat.yml --- .github/workflows/bat.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/bat.yml b/.github/workflows/bat.yml index 1032dc4..2c27bd7 100644 --- a/.github/workflows/bat.yml +++ b/.github/workflows/bat.yml @@ -2,18 +2,6 @@ name: Build and Test on: [push] jobs: - get-job-id: - runs-on: ubuntu-latest - name: 'BAT-JOB' # change SET-A-NEW-NAME - steps: - - name: set id - id: set-job-id - uses: ayachensiyuan/get-action-job-id@v1.6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - job-name: 'BAT-JOB' # must be the same as 'get-job-id.name' - bat: name: Build and Test runs-on: ubuntu-latest @@ -199,7 +187,7 @@ jobs: - name: Verify if Running MATLAB Build is displayed run: | set -e - gh run view ${{ steps.set-job-id.outputs.jobId }} --log | grep "Running MATLAB Build" + gh run view ${{ github.job }} --log | grep "Running MATLAB Build" env: GITHUB_TOKEN: ${{ github.token }}