Skip to content

Commit

Permalink
chore: remove duplicate build (supabase#18297)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcodez authored Oct 18, 2023

Verified

This commit was signed with the committer’s verified signature.
mganjoo Milind Ganjoo
1 parent 2d8268a commit abf1a98
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/studio-tests.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,6 @@ jobs:
node-version: [18.x]
cmd:
- npm run test:studio
- npm run build:studio

steps:
- uses: actions/checkout@v4
3 changes: 2 additions & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,8 @@ concurrency:

jobs:
typecheck:
runs-on: ubuntu-latest
# Uses larger hosted runner as it significantly decreases build times
runs-on: [larger-runner-4cpu]

strategy:
matrix:

0 comments on commit abf1a98

Please sign in to comment.