Skip to content

Commit

Permalink
ci: rename job 'build-and-test' to 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Sep 6, 2020
1 parent d4140da commit 76cb756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run lint-es
- name: Check formatting
run: npm run format:check
build-and-test:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down

0 comments on commit 76cb756

Please sign in to comment.