owncast/.github/workflows/automated-end-to-end-api.yaml
2022-04-10 11:54:39 +00:00

23 lines
No EOL
408 B
YAML

name: Automated API tests
on:
push:
paths-ignore:
- 'webroot/**'
pull_request:
paths-ignore:
- 'webroot/**'
jobs:
api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
stable: 'false'
go-version: '1.17.2'
- name: Run API tests
run: cd test/automated/api && ./run.sh