Skip to content

build(deps): bump nginx from 1.29.3-alpine to 1.29.5-alpine #1642

build(deps): bump nginx from 1.29.3-alpine to 1.29.5-alpine

build(deps): bump nginx from 1.29.3-alpine to 1.29.5-alpine #1642

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm run start:static
env:
CYPRESS_baseUrl: 'http://localhost:8080'