Skip to content

Move KV put to background with waitUntil #81

Move KV put to background with waitUntil

Move KV put to background with waitUntil #81

Workflow file for this run

name: Test
on:
push:
pull_request:
schedule:
- cron: '*/30 * * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Node.js
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version-file: .nvmrc
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test