[VIEWER-167] Heatmap Viewer 스펙 변경 #68
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'dev e2e test' | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
cypress-run: | |
name: Cypress run | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Cypress run | |
uses: cypress-io/github-action@v5 | |
with: | |
build: npx nx run insight-viewer-dev:build | |
start: npx nx run insight-viewer-dev:serve:production | |
project: ./apps/insight-viewer-dev-e2e | |
browser: chrome |