Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh committed Apr 30, 2023
1 parent 8542c14 commit 33f649f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
echo "folders=$folders" >> $GITHUB_OUTPUT
Generator:
name: :"Generator Test ${{language}}"
name: :"Generator Test ${{matrix.language}}"
strategy:
matrix:
language:
Expand Down Expand Up @@ -143,10 +143,10 @@ jobs:
run: |
mkdir test
cd test
pnpm blitz new . --language=${{language}}
pnpm blitz new . --language=${{matrix.language}}
Integration-Tests:
name: "Integration Test: ${{matrix.folder}} @ ${{ matrix.os }} "
name: "Integration Test: ${{matrix.folder}} @ ${{matrix.os}} "
needs: [find-integration-tests]
strategy:
matrix:
Expand Down

0 comments on commit 33f649f

Please sign in to comment.