Skip to content

Add status + scheduled to pages + blog posts #30

Add status + scheduled to pages + blog posts

Add status + scheduled to pages + blog posts #30

Workflow file for this run

name: Test
on:
pull_request:
types: [opened]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
with:
node-version: 18.17.1
registry-url: https://registry.npmjs.org/
- name: Install modules
run: npm i
- name: Run tests
run: npm run test