From 9159f81c1bdf865bd4c35800c22bcf347f42e9ea Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Sat, 12 Oct 2024 12:51:15 +0300 Subject: [PATCH 1/2] Fixing the workflow Signed-off-by: Gergely Csatari --- .github/workflows/test-validator.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-validator.yml b/.github/workflows/test-validator.yml index d582bc7..6251788 100644 --- a/.github/workflows/test-validator.yml +++ b/.github/workflows/test-validator.yml @@ -5,11 +5,15 @@ on: - 'tools/openchain_telco_sbom_validator/**' jobs: - docs: + 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: | - tools/openchain_telco_sbom_validator/testing/test-test.sh \ No newline at end of file + testing/test-test.sh \ No newline at end of file From 8a4f41b6caeb3ce2b96ef50145d28040550d2d0e Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Sat, 12 Oct 2024 12:54:43 +0300 Subject: [PATCH 2/2] More fixes to the workflow Signed-off-by: Gergely Csatari --- .github/workflows/test-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-validator.yml b/.github/workflows/test-validator.yml index 6251788..10e2fce 100644 --- a/.github/workflows/test-validator.yml +++ b/.github/workflows/test-validator.yml @@ -16,4 +16,4 @@ jobs: wget https://raw.githubusercontent.com/thorsteinssonh/bash_test_tools/master/bash_test_tools - name: Run tests run: | - testing/test-test.sh \ No newline at end of file + test-test.sh \ No newline at end of file