1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Files
cheat.sh/.github/workflows/tests-ubuntu.yml
T
2020-11-12 13:08:04 +03:00

20 lines
319 B
YAML

name: Ubuntu Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: pip3 install -r requirements.txt
- name: run tests
run: bash tests/run-tests.sh