Skip to content

pkg/recipe: Add fake smtp server #497

pkg/recipe: Add fake smtp server

pkg/recipe: Add fake smtp server #497

Workflow file for this run

on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- uses: actions/checkout@v4
- name: Test
run: earthly --ci +test
- name: Lint
run: earthly --ci +lint
- name: Integration
run: earthly -P --ci +integration-all