This commit is contained in:
2025-03-17 17:14:46 +00:00
parent ffacf12177
commit a53f6b26ef
598 changed files with 147684 additions and 337 deletions

View File

@ -0,0 +1,23 @@
name: Run tests
on:
push:
branches:
- master
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Run CII tests
uses: docker://difi/vefa-validator:latest
with:
args: build -x -t -p cii /github/workspace
- name: Run UBL tests
uses: docker://difi/vefa-validator:latest
with:
args: build -x -t -p ubl /github/workspace