diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 66e1113..7220e99 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,12 +1,15 @@ name: E2E Tests on: + push: + branches: + - develop workflow_dispatch: jobs: test: timeout-minutes: 60 - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3.5.2 @@ -35,6 +38,7 @@ jobs: brew install nss - name: Install Certificates run: | + mkcert -install mkcert -install mkcert -key-file busmap.localhost-key.pem -cert-file busmap.localhost.pem busmap.localhost localhost cp *.pem packages/web/certs