Skip to content

@dr-js/dev@0.5.11

@dr-js/dev@0.5.11 #123

Workflow file for this run

name: ci-test-push
on:
push: { branches: [ "**" ] }
jobs:
test-push: # job id
timeout-minutes: 8
strategy:
fail-fast: false # allow all test to run to the end
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
node-version: [ "18.x" ]
runs-on: "${{ matrix.os }}"
steps:
- { uses: "actions/checkout@v3" } # https://github.com/actions/checkout
- { uses: "actions/setup-node@v3", with: { node-version: "${{ matrix.node-version }}" } } # https://github.com/actions/setup-node
# TODO: wait for npm fix # - run: npx @dr-js/dev@0.5 -eI .github/ci-patch.js
- run: npm i -g @dr-js/core@0.5 @dr-js/dev@0.5 @min-pack/npm@0.1 && dr-dev -eI .github/ci-patch.js
- run: npm8 ci --omit=optional
- run: npm test