Skip to content

Test the test

Test the test #2

name: "Test validator"
on:
pull_request:
paths:
- 'tools/openchain_telco_sbom_validator/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Get test tools
run: |
cd tools/openchain_telco_sbom_validator/testing/
wget https://raw.githubusercontent.com/thorsteinssonh/bash_test_tools/master/bash_test_tools
- name: Run tests
run: |
testing/test-test.sh