1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Initial version of CI

This commit is contained in:
Vadim Zhukov
2020-10-08 00:42:35 +03:00
parent bab555af23
commit 91c592bb55
+19
View File
@@ -0,0 +1,19 @@
name: Ubuntu Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: pip3 install -r requirements.txt
- name: run tests
run: bash tests/run-tests.sh