This commit is contained in:
2025-03-17 17:15:14 +00:00
parent a53f6b26ef
commit 8ceef306d0
594 changed files with 0 additions and 0 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