Skip to content

Commit

Permalink
Update build-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Sep 15, 2021
1 parent 2a68923 commit 1d22ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Expand Up @@ -13,7 +13,6 @@ concurrency:
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest

# tests shouldn't need more time
Expand Down Expand Up @@ -100,6 +99,7 @@ jobs:
yarn eslint -f gha
yarn prettier
yarn markdown-lint
yarn git-check
- name: Test schema
run: yarn test-schema
Expand Down

0 comments on commit 1d22ea7

Please sign in to comment.