Skip to content

Commit

Permalink
More workflow fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Csatari <[email protected]>
  • Loading branch information
CsatariGergely committed Oct 12, 2024
1 parent 9fba56d commit 2d07aba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Get test tools
- name: Building environment
run: |
cd tools/openchain_telco_sbom_validator/testing/
cd tools/openchain_telco_sbom_validator/
python3 -m venv .env
cd testing/
wget https://raw.githubusercontent.com/thorsteinssonh/bash_test_tools/master/bash_test_tools
- name: Run tests
run: |
Expand Down

0 comments on commit 2d07aba

Please sign in to comment.