Yarn Test Action
ActionsTags
(2)Github Action that tests node project
name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test
uses: onichandame/node-test-action@master
Yarn Test Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.