Skip to content

Merge pull request #451 from munierujp/add-test-action #1

Merge pull request #451 from munierujp/add-test-action

Merge pull request #451 from munierujp/add-test-action #1

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: yarn install
- run: yarn test