Skip to content

Commit

Permalink
Merge pull request #39 from rdfjs-base/test-yml
Browse files Browse the repository at this point in the history
chore: renamed github test workflow
  • Loading branch information
bergos authored Apr 10, 2022
2 parents 81c378a + 1978da4 commit a187ebe
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 a187ebe

Please # to comment.