Skip to content

Instantly share code, notes, and snippets.

@PaburoTC
Created January 6, 2021 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaburoTC/1780790a1f3e9e0e4e40f61f75536dad to your computer and use it in GitHub Desktop.
Save PaburoTC/1780790a1f3e9e0e4e40f61f75536dad to your computer and use it in GitHub Desktop.
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Python unit tests
run: python3 tests.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment