Skip to content

chore: modernize stack tooling and add e2e tests #2

chore: modernize stack tooling and add e2e tests

chore: modernize stack tooling and add e2e tests #2

Workflow file for this run

name: e2e
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Free up disk space
run: |
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
docker system prune -af
- name: Run e2e tests
run: make test