Skip to content

fix: Footer Location on Smaller Screens #2422

fix: Footer Location on Smaller Screens

fix: Footer Location on Smaller Screens #2422

Workflow file for this run

name: "Development"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
test:
name: Unit Tests and Lint Checks
uses: open-sauced/hot/.github/workflows/development.yml@main
e2e:
name: E2E Tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "鈽侊笍 checkout repository"
uses: actions/checkout@v2
- name: "馃敡 setup node"
uses: actions/[email protected]
with:
node-version: 16
- name: "馃敡 install npm@latest"
run: npm i -g npm@latest
- name: "馃摝 install dependencies"
uses: bahmutov/npm-install@v1
- name: "馃攳 run tests"
run: npm run test:e2e --if-present