Skip to content
check-square

GitHub Action

Yarn Test Action

0.0.0 Pre-release

Yarn Test Action

check-square

Yarn Test Action

run test on a node project

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Yarn Test Action

uses: onichandame/node-test-action@0.0.0

Learn more about this action in onichandame/node-test-action

Choose a version

node-test-action

Github Action that tests node project

Author

onichandame

Usage

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