Skip to content

Commit

Permalink
chore: renamed github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bergos committed Apr 10, 2022
1 parent 81c378a commit 1978da4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: CI
on: push
name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node:
- '12'
- '14'
- '16'
steps:
Expand Down

0 comments on commit 1978da4

Please # to comment.