Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Sep 1, 2023
1 parent 1d30d53 commit 503fcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: "Build and Start T3 App ${{ matrix.trpc }}-${{ matrix.tailwind }}-${{ matrix.nextAuth }}-${{ matrix.prisma }}-${{ matrix.drizzle}}"
steps:
- name: Check valid matrix
if: ${{ matrix..prisma == "true" }} && ${{ matrix..drizzle == "true" }}
if: ${{ matrix..prisma == "true" }} && ${{ matrix.drizzle == "true" }}
run: |
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
Expand Down

0 comments on commit 503fcab

Please sign in to comment.