Skip to content

Commit

Permalink
Rename workflows and jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Sep 28, 2021
1 parent ddcab4a commit aa8bb65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build pull request
name: Test pull request
on: [pull_request]
jobs:
test-node:
name: Node ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build on push
name: Test on push
on: [push]
jobs:
test-node:
name: Node ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -28,6 +29,7 @@ jobs:
- run: npm run test:bundler

test-browser:
name: ${{ matrix.browser }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit aa8bb65

Please sign in to comment.