Skip to content

Make POSTMARK_SERVER_TOKEN visible to test action #139

Make POSTMARK_SERVER_TOKEN visible to test action

Make POSTMARK_SERVER_TOKEN visible to test action #139

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
environment: test
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.14.0
- name: Run tests
# retry to get around "resource busy"
# and other transient failures
uses: nick-fields/retry@v3
with:
timeout_minutes: 1
max_attempts: 3
command: devbox run test
env:
POSTMARK_SERVER_TOKEN: ${{ vars.POSTMARK_SERVER_TOKEN }}