Skip to content

Commit

Permalink
Update validate-tests-suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
righettod committed Mar 30, 2024
1 parent ad59a0e commit 37fa1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-tests-suite.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
run: |
sudo apt-get install -y curl wget yamllint
curl --connect-timeout 600 -sk https://oshp-validator-mock.onrender.com
- name: Validate the Venom test suite file using custom configuation
- name: Validate the venom tests suite file
run: |
yamllint --strict tests_suite.yml
- name: Get venom
- name: Get the latest release of venom
run: |
wget -q -O venom https://github.com/ovh/venom/releases/download/v1.0.1/venom.linux-amd64
chmod +x venom
Expand Down

0 comments on commit 37fa1fd

Please sign in to comment.