owncast/.github/workflows/automated-end-to-end.yaml
2021-04-11 19:50:47 -07:00

16 lines
No EOL
275 B
YAML

name: Automated end to end tests
on:
push:
# branches:
# - develop
pull_request:
branches: develop
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup and run
run: cd test/automated && ./run.sh