Skip to content

restructuring

restructuring #64

Workflow file for this run

# reference:
# https://github.com/marketplace/actions/python-action
name: tests
on:
push:
branches:
- main
jobs:
build-and-analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup GCC
uses: Dup4/actions-setup-gcc@v1
with:
version: latest
- name: setup python3
run: |
sudo apt-get update
sudo apt-get install python3
- name: Run python test script
run: python3 ./tests/run_tests.py