Files
Distribution_MiSTer/.github/workflows/test_scripts.yml
José manuel Barroso Galindo 5568130ab4 First commit.
2021-09-14 12:51:41 +02:00

21 lines
305 B
YAML

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