Skip to content

Commit

Permalink
ci: ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney committed Jan 16, 2024
1 parent fc3af6c commit f811eba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f811eba

Please sign in to comment.