prova reinserimento test automatici

This commit is contained in:
mac12m99
2021-01-24 16:12:33 +01:00
parent 7a7b914585
commit 20404c1c5b
2 changed files with 30 additions and 17 deletions

25
.github/workflows/tests.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Test Suite
on:
workflow_dispatch:
schedule:
- cron: '00 16 * * *'
jobs:
tests:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: 2.7
- name: Run tests
run: ./run.sh
- uses: actions/upload-artifact@v2
with:
name: report
path: reports/report.html