Skip to content

patch task that had an email address harcoded as an option (#266) #919

patch task that had an email address harcoded as an option (#266)

patch task that had an email address harcoded as an option (#266) #919

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node and npm
uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
- name: Install node packages
run: npm ci
- name: Run tests
run: npm test