Skip to content

Merge pull request #187 from marmelab/dependabot/npm_and_yarn/cross-s… #41

Merge pull request #187 from marmelab/dependabot/npm_and_yarn/cross-s…

Merge pull request #187 from marmelab/dependabot/npm_and_yarn/cross-s… #41

Workflow file for this run

name: "Test - action"
on:
push:
branches:
- master
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js LTS
uses: actions/setup-node@v1
with:
node-version: '20.x'
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --immutable
- name: Unit Tests
run: make test
env:
CI: true