Skip to content

Allow 'restarting' (recreating) in addition to rollout #73

Allow 'restarting' (recreating) in addition to rollout

Allow 'restarting' (recreating) in addition to rollout #73

Workflow file for this run

name: "test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- run: npm ci
- run: npm test