Skip to content

Commit

Permalink
chore(CI): remove api version check
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Apr 16, 2024
1 parent 56093a7 commit f48fb7b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 39 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/web_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,3 @@ jobs:
node-version: 20
- run: yarn
- run: yarn test
api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn check:api
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"build:next": "next build",
"build:prisma": "yarn prisma generate",
"check:all": "./scripts/check-all.sh",
"check:api": "node ./scripts/check-api-version.mjs",
"check:tailwind": "node ./scripts/check-tailwind.js",
"codegen": "graphql-codegen",
"dev": "next",
Expand Down
3 changes: 0 additions & 3 deletions apps/web/scripts/check-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ function main() {
print_header "Run linter"
yarn lint

print_header "Run API check"
yarn check:api

print_header "Run all tests"
yarn test
}
Expand Down
25 changes: 0 additions & 25 deletions apps/web/scripts/check-api-version.mjs

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"build:next": "yarn workspace @serlo/frontend build:next",
"build:prisma": "yarn workspace @serlo/frontend build:prisma",
"check:all": "yarn workspace @serlo/frontend check:all",
"check:api": "yarn workspace @serlo/frontend check:api",
"check:tailwind": "yarn workspace @serlo/frontend check:tailwind",
"codegen": "yarn workspace @serlo/frontend codegen",
"commit:codegen": "git add apps/web/graphql.schema.json apps/web/src/fetcher/graphql-types/operations.ts && git commit -m 'chore: update graphql schema'",
Expand Down

0 comments on commit f48fb7b

Please sign in to comment.