Skip to content

chore(main): release 1.3.1-alpha.1 (#103) #111

chore(main): release 1.3.1-alpha.1 (#103)

chore(main): release 1.3.1-alpha.1 (#103) #111

Workflow file for this run

name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
on:
pull_request:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
test-npm-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm install netlify-cli -g
- run: npm install
- run: npm test
- run: HOST='https://deploy-preview-${{ github.event.pull_request.number }}--csp-nonce.netlify.app' npm test