Skip to content

Merge pull request #216 from the-hideout/dependabot/npm_and_yarn/pret… #176

Merge pull request #216 from the-hideout/dependabot/npm_and_yarn/pret…

Merge pull request #216 from the-hideout/dependabot/npm_and_yarn/pret… #176

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- name: test
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
run: script/test