ci: Skip type checks in server tests (#38890)
This commit is contained in:
parent
7a565de242
commit
bf69eebca3
1 changed files with 0 additions and 5 deletions
5
.github/workflows/server-tests.yml
vendored
5
.github/workflows/server-tests.yml
vendored
|
|
@ -18,14 +18,9 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
typecheck:
|
||||
name: Types
|
||||
uses: ./.github/workflows/_base-type-check.yml
|
||||
|
||||
checkrun:
|
||||
name: Plan Tests
|
||||
runs-on: ubuntu-latest
|
||||
needs: typecheck
|
||||
outputs:
|
||||
build: ${{ steps.check-build.outputs.build }}
|
||||
run_postgres: ${{ steps.check-build.outputs.run_postgres }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue