Skip to content

chore: run mobile github actions #19

chore: run mobile github actions

chore: run mobile github actions #19

Workflow file for this run

name: End-to-end tests 🧪
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Write the cypress.env.json file 📝
# use quotes around the secret, as its value
# is simply inserted as a string into the command
run: |
echo '${{ secrets.CYPRESS_ENV_CI }}' > cypress.env.json
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
- name: Cypress run mobile
uses: cypress-io/github-action@v6
with:
config: viewportHeight=1243, viewportWidth=1792