owncast/.github/workflows/automated-end-to-end.yaml

16 lines
275 B
YAML
Raw Normal View History

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