Skip to content

Footer fix when the checklist is empty #1

Footer fix when the checklist is empty

Footer fix when the checklist is empty #1

Workflow file for this run

name: CI/CD
on:
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Cypress tests 🧪
uses: cypress-io/github-action@v6
with:
record: true
tag: local
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}