Skip to content

Commit

Permalink
Add 'tls' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Feb 4, 2024
1 parent bd78f1f commit 45369e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
run: |
brew install docker
brew install docker-compose
mkdir -p ~/.docker/cli-plugins
ln -sfn /usr/local/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Launch Faktory behind NGINX
run: docker compose -f docker/compose.yml up -d
- name: Install ${{ matrix.toolchain }}
Expand Down

0 comments on commit 45369e7

Please sign in to comment.