Skip to content

refactor: Rename the [filterName] query to more accurate naming in /pages routes #4408

refactor: Rename the [filterName] query to more accurate naming in /pages routes

refactor: Rename the [filterName] query to more accurate naming in /pages routes #4408

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: 18
- 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