First commit.

This commit is contained in:
José manuel Barroso Galindo
2021-09-14 12:51:41 +02:00
commit 5568130ab4
8 changed files with 1435 additions and 0 deletions

20
.github/workflows/test_scripts.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Test Scripts
on:
push:
branches:
- develop
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: develop
- name: Test Calculate Db
run: |
set -euo pipefail
cd .github/tests
./test_calculate_db.py