Skip to content

update user detail

update user detail #30

name: Run Frontend Cypress Test
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
jobs:
test_cypress_frontend:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
# - name: Install dependencies
# run: |
# npm install
- name: test frontend
run: |
cd testing/cypress-testing
pnpm install
npm run cy:run:github