Skip to content

Commit

Permalink
FIX CI: Change from Travis to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmax committed Dec 23, 2023
1 parent 171a7f7 commit c00e09f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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


19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit c00e09f

Please sign in to comment.