Skip to content

Bump postcss from 8.4.27 to 8.4.31 in /client-report #2638

Bump postcss from 8.4.27 to 8.4.31 in /client-report

Bump postcss from 8.4.27 to 8.4.31 in /client-report #2638

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:
- name: Checkout
uses: actions/checkout@v3
- name: Build and Run Application
uses: isbang/compose-action@v1.4.1
env:
GOOGLE_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_CREDENTIALS_BASE64 }}
with:
compose-file: |
docker-compose.yml
docker-compose.test.yml
compose-flags: "--env-file test.env"
- name: Check Application Health
uses: jtalk/url-health-check-action@v3
with:
url: http://localhost/api/v3/testConnection
max-attempts: 12
retry-delay: 5s
- name: Cypress Run
uses: cypress-io/github-action@v5
with:
config: baseUrl=http://localhost
spec: cypress/e2e/!(third-party)/**/*.cy.js
working-directory: e2e