Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 506 Bytes

Publish a NPM package in a local registry with Verdaccio

Test the integrity of a package publishing in Verdaccio.

See in action in a full example:

nname: Publish Pre-check

on: [push, pull_request]

jobs:
  testVerdaccio:
    name: Test Verdaccio Publish
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Publish
      uses: verdaccio/github-actions/[email protected]
      with:
        args: -d

This is a based in Docker GitHub Action.