Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Feb 22, 2023
1 parent 27219b7 commit ee595d4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Test
on: [push]

on:
pull_request:
push:
branches:
- main

jobs:
build:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 16
- run: npm ci
- run: npm test

0 comments on commit ee595d4

Please sign in to comment.