Skip to content

Bump axios from 1.7.2 to 1.7.7 #830

Bump axios from 1.7.2 to 1.7.7

Bump axios from 1.7.2 to 1.7.7 #830

Workflow file for this run

name: Cypress e2e tests
on:
push:
schedule:
- cron: '0 * * * *'
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v5
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-videos
path: cypress/videos