Skip to content

Bump axios from 1.6.8 to 1.7.4 in the npm_and_yarn group #134

Bump axios from 1.6.8 to 1.7.4 in the npm_and_yarn group

Bump axios from 1.6.8 to 1.7.4 in the npm_and_yarn group #134

Workflow file for this run

name: E2E test
on:
pull_request:
branches:
- develop
jobs:
secrets:
name: Set job
runs-on: ubuntu-latest
steps:
- name: 'Set secrets'
env:
CYPRESS_YOLO: ${{ secrets.YOLO }}
run: |
echo $CYPRESS_YOLO > secrets.txt
cat secrets.txt