mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-31 03:04:02 +00:00
First commit.
This commit is contained in:
20
.github/workflows/test_scripts.yml
vendored
Normal file
20
.github/workflows/test_scripts.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user