All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
9 lines
135 B
YAML
9 lines
135 B
YAML
name: 'Tests: pretest/posttest'
|
|
|
|
on: [pull_request, push]
|
|
|
|
jobs:
|
|
tests:
|
|
uses: ljharb/actions/.github/workflows/pretest.yml@main
|
|
|