Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Apr 5, 2024
1 parent 110a290 commit 3afcc91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ jobs:
uses: actions/checkout@v3

- name: Build & Test
if: matix.lbl == 'gt'
if: matrix.lbl == 'gt'
run: bash .github/workflows/phoenix/submit.sh .github/workflows/phoenix/test.sh ${{ matrix.device }}

- name: Build
if: matix.lbl == 'frontier'
if: matrix.lbl == 'frontier'
run: bash .github/workflows/frontier/build.sh

- name: Test
if: matix.lbl == 'frontier'
if: matrix.lbl == 'frontier'
run: bash .github/workflows/frontier/submit.sh .github/workflows/frontier/test.sh ${{matrix.device}}

- name: Print Logs
Expand Down

0 comments on commit 3afcc91

Please sign in to comment.