Skip to content

Run test suite on PRs #13

Run test suite on PRs

Run test suite on PRs #13

Workflow file for this run

name: Spec tests
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_test_suite:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Earthly
uses: earthly/actions-setup@v1
with:
version: 0.8.14
- name: Run tests
run: |
earthly config global.buildkit_max_parallelism 5
earthly -P ./test+test