Skip to content

Merge pull request #186 from marmelab/dependabot/npm_and_yarn/rollup-… #39

Merge pull request #186 from marmelab/dependabot/npm_and_yarn/rollup-…

Merge pull request #186 from marmelab/dependabot/npm_and_yarn/rollup-… #39

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