diff --git a/.github/workflows/develop-pr-regression.yml b/.github/workflows/develop-pr-regression.yml index 8e65ef2265..1e10c04bf4 100644 --- a/.github/workflows/develop-pr-regression.yml +++ b/.github/workflows/develop-pr-regression.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository and submodules - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: 'recursive' fetch-depth: 0 @@ -41,6 +41,16 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt + # Depends on manually installing git-annex package on the local runner + - name: Set up osfv-test-data + run: | + pushd osfv-test-data + git config user.email "you@example.com" + git config user.name "Your Name" + git annex get * || true + ./setup.sh + popd + - name: Execute robot command run: | scripts/ci/develop_pr_auto_regression.sh diff --git a/dasharo-compatibility/usb-hid-and-msc-support.robot b/dasharo-compatibility/usb-hid-and-msc-support.robot index df3ade797e..accae178f4 100644 --- a/dasharo-compatibility/usb-hid-and-msc-support.robot +++ b/dasharo-compatibility/usb-hid-and-msc-support.robot @@ -22,6 +22,7 @@ Suite Teardown Run Keyword ... Log Out And Close Connection Default Tags automated +# test *** Test Cases ***