Skip to content

Yarn Test Action

Actions
run test on a node project
0.0.0
LatestPre-release
Star (3)

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

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.

About

run test on a node project
0.0.0
LatestPre-release

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.