Skip to content

Commit

Permalink
ci: conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney committed Jan 16, 2024
1 parent 61e7ad0 commit df1d9da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,22 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Apt Pkgs
if: runner.os == 'ubuntu'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libnss3-tools
version: 1.3.1
- name: Install mkcert
if: runner.os == 'ubuntu'
run: |
curl -JLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64"
chmod +x mkcert-v*-linux-amd64
sudo cp mkcert-v*-linux-amd64 /usr/local/bin/mkcert
- name: Install mkcert (macos)
if: runner.os == 'macos'
run: |
brew install mkcert
brew install nss
- name: Install Certificates
run: |
mkcert -install
Expand Down

0 comments on commit df1d9da

Please sign in to comment.