Skip to content

try out vapor run-unit-tests [stuck] #5

try out vapor run-unit-tests [stuck]

try out vapor run-unit-tests [stuck] #5

Workflow file for this run

name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [main] }
jobs:
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
with_tsan: false
with_coverage: false
secrets: inherit