Skip to content

test: add "reliability" test #143

test: add "reliability" test

test: add "reliability" test #143

Workflow file for this run

name: Publish Any Commit
on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- name: Install dependencies
run: yarn --immutable
- name: Build
run: yarn build
- run: yarn dlx pkg-pr-new publish