Skip to content

FIX CI: Change from Travis to GitHub actions #2

FIX CI: Change from Travis to GitHub actions

FIX CI: Change from Travis to GitHub actions #2

Workflow file for this run

name: Run tests
on:
push:
branches: [ ]
pull_request:
branches: [ ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: sudo ./install_dependencies_ubuntu.sh
- name: Run tests
run: sudo ./example-config/run_tests.py