Skip to content

Commit

Permalink
add mailhog extension to the ephemeral preview (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper authored Oct 27, 2024
1 parent ea2615f commit 69020a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
with:
node-version: 20
- name: LocalStack Preview
uses: LocalStack/[email protected].2
uses: LocalStack/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
state-backend: ephemeral
state-action: start
include-preview: 'true'
install-awslocal: 'true'
extension-auto-install: 'localstack-extension-mailhog'
preview-cmd: |
pip install awscli awscli-local
bash bin/deploy.sh
Expand Down

0 comments on commit 69020a8

Please sign in to comment.