Skip to content

Migrate from analytics.js to gtag.js (#1720) #2610

Migrate from analytics.js to gtag.js (#1720)

Migrate from analytics.js to gtag.js (#1720) #2610

Workflow file for this run

name: E2E Tests
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [edge]
paths-ignore: ["**.md"]
pull_request:
paths-ignore: ["**.md"]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isbang/[email protected]
env:
GOOGLE_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_CREDENTIALS_BASE64 }}
with:
compose-file: |
docker-compose.yml
docker-compose.test.yml
compose-flags: "--env-file test.env"
- uses: cypress-io/[email protected]
with:
config: baseUrl=http://localhost
spec: cypress/e2e/!(third-party)/**/*.cy.js
working-directory: e2e