For the impatient: # .github/workflows/test.yml jobs: test: name: Test runs-on: ubuntu-latest steps: # ... - name: Install & Run MailHog run: > wget -q https://github.com/mailhog/MailHog/releases/download/v...
blog.potamic.net3 min readNo responses yet.