Skip to content

Commit 8415dfa

Browse files
committed
remove extra parts of e2e
1 parent 9cfd0d2 commit 8415dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Check valid matrix
4545
id: matrix-valid
4646
run: |
47-
echo "continue=${{ (matrix.prisma == 'false' || matrix.drizzle == 'false') && (matrix.drizzle == 'true' || matrix.prisma == 'true' || matrix.dbType == 'sqlite') && (matrix.eslint == 'false' || matrix.biome == 'false') && (matrix.eslint == 'true' || matrix.biome == 'true')}}" >> $GITHUB_OUTPUT
47+
echo "continue=${{ (matrix.prisma == 'false' || matrix.drizzle == 'false') && (matrix.drizzle == 'true' || matrix.prisma == 'true' || matrix.dbType == 'sqlite')}}" >> $GITHUB_OUTPUT
4848
4949
- uses: ./.github/actions/setup
5050
if: ${{ steps.matrix-valid.outputs.continue == 'true' }}
@@ -55,7 +55,7 @@ jobs:
5555
# has to be scaffolded outside the CLI project so that no lint/tsconfig are leaking
5656
# through. this way it ensures that it is the app's configs that are being used
5757
# FIXME: this is a bit hacky, would rather have --packages=trpc,tailwind,... but not sure how to setup the matrix for that
58-
- run: cd cli && pnpm start ../../ci-${{ matrix.trpc }}-${{ matrix.tailwind }}-${{ matrix.nextAuth }}-${{ matrix.prisma }}-${{ matrix.drizzle}}-${{ matrix.appRouter }}-${{ matrix.dbType }} --noGit --CI --trpc=${{ matrix.trpc }} --tailwind=${{ matrix.tailwind }} --nextAuth=${{ matrix.nextAuth }} --prisma=${{ matrix.prisma }} --drizzle=${{ matrix.drizzle }} --appRouter=${{ matrix.appRouter }} --dbProvider=${{ matrix.dbType }} --eslint=${{ matrix.eslint }} --biome=${{ matrix.biome }}
58+
- run: cd cli && pnpm start ../../ci-${{ matrix.trpc }}-${{ matrix.tailwind }}-${{ matrix.nextAuth }}-${{ matrix.prisma }}-${{ matrix.drizzle}}-${{ matrix.appRouter }}-${{ matrix.dbType }} --noGit --CI --trpc=${{ matrix.trpc }} --tailwind=${{ matrix.tailwind }} --nextAuth=${{ matrix.nextAuth }} --prisma=${{ matrix.prisma }} --drizzle=${{ matrix.drizzle }} --appRouter=${{ matrix.appRouter }} --dbProvider=${{ matrix.dbType }} --eslint
5959
if: ${{ steps.matrix-valid.outputs.continue == 'true' }}
6060
# can't use default mysql string cause t3-env blocks that
6161

0 commit comments

Comments
 (0)