Skip to content

Merge pull request #37 from gren-lang/env-var-config #147

Merge pull request #37 from gren-lang/env-var-config

Merge pull request #37 from gren-lang/env-var-config #147

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