Skip to content

fix: cloudServiceUrl option ignored (#29) #21

fix: cloudServiceUrl option ignored (#29)

fix: cloudServiceUrl option ignored (#29) #21

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Test
env:
FORCE_COLOR: 2 # for chalk tests
run: npm run test