Skip to content

[EN-5832] feat(cv): wording call to actions #1078

[EN-5832] feat(cv): wording call to actions

[EN-5832] feat(cv): wording call to actions #1078

Workflow file for this run

name: LinkedOut Frontend Test
on:
[push]
# pull_request:
# branches: [master, develop]
# workflow_dispatch:
env:
WEBINAR_URL: https://google.com
TOOLBOX_URL: https://google.com
TUTORIAL_CV: https://google.com
TUTORIAL_PP: https://google.com
TUTORIAL_VIDEO_FIRST_STEPS: https://google.com
TUTORIAL_VIDEO_CV: https://google.com
TUTORIAL_VIDEO_OFFERS: https://google.com
TUTORIAL_VIDEO_OFFERS_2: https://google.com
TUTORIAL_INTERVIEW_TRAINING: https://google.com
IRAISER_DONATION_LINK: https://google.com
SERVER_URL: http://localhost:3000
API_URL: http://localhost:3002
PORT: 3000
CYPRESS_IO_PROJECT_ID: ${{ secrets.CYPRESS_IO_PROJECT_ID }}
PUSHER_API_KEY: ${{ secrets.PUSHER_API_KEY }}
ADRESSE_LOCAUX_PARIS: "174 Rue Championnet 75018, Paris"
HEROKU_RELEASE_VERSION: 'v100'
jobs:
test:
runs-on: ubuntu-latest
environment: 'entourage-job-front'
container:
image: cypress/browsers:node16.17.0-chrome106
options: --user 1001
steps:
- name: checkout
uses: actions/checkout@v3
- name: cypress
uses: cypress-io/github-action@v4
with:
start: yarn dev
config: e2e.baseUrl=http://localhost:3000
browser: chrome
command: npx cypress run --record --key ${{ secrets.CYPRESS_IO_KEY }}
wait-on: http://localhost:3000
- run: yarn lint
- name: set-up
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: yarn test
- run: echo No tests