Skip to content

demo m

demo m #24

Workflow file for this run

name: Run tests
on:
push:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20.7.0"
# Sleep for a minute to allow for live-demonstration time.
- run: sleep 1m
- run: node --test