Skip to content

chore(deps): bump @ircsignpost/signpost-base from 16.42.0 to 16.44.0 #146

chore(deps): bump @ircsignpost/signpost-base from 16.42.0 to 16.44.0

chore(deps): bump @ircsignpost/signpost-base from 16.42.0 to 16.44.0 #146

Workflow file for this run

name: Run e2e tests
on:
push:
pull_request:
types: [opened, reopened]
env:
ZENDESK_URL: ${{ secrets.ZENDESK_URL }}
ZENDESK_OAUTH_TOKEN: ${{ secrets.ZENDESK_OAUTH_TOKEN }}
jobs:
e2e-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v4
with:
start: yarn dev --port 3003
wait-on: http://localhost:3003