Skip to content

Fix Cypress UI Snapshot Issue After Initial Run #2662

Fix Cypress UI Snapshot Issue After Initial Run

Fix Cypress UI Snapshot Issue After Initial Run #2662

Workflow file for this run

name: Node.js CI - API
on:
pull_request:
jobs:
API:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.11.0'
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1
with:
comment_on_pr: false
- name: Install Node Dependencies
run: npm ci
- name: API
run: npm run test:api