Skip to content

build(deps): bump docker/login-action from 2.1.0 to 3.3.0 #1465

build(deps): bump docker/login-action from 2.1.0 to 3.3.0

build(deps): bump docker/login-action from 2.1.0 to 3.3.0 #1465

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Cypress run
uses: cypress-io/[email protected]
with:
build: npm run build
start: npm run start:static
env:
CYPRESS_baseUrl: 'http://localhost:8080'