owncast/.github/workflows/automated-end-to-end-api.yaml
2022-08-20 12:08:18 -07:00

21 lines
No EOL
370 B
YAML

name: Automated API tests
on:
push:
paths-ignore:
- 'webroot/**'
- 'web/**'
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