Skip to content

test: add start and end date to top announcement banner #13

test: add start and end date to top announcement banner

test: add start and end date to top announcement banner #13

Workflow file for this run

name: Validate CMS
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.x"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test