Loading .github/workflows/test.yml +9 −3 Original line number Diff line number Diff line Loading @@ -97,11 +97,17 @@ jobs: cloc imgutils cloc test - name: Prepare dataset shell: bash uses: nick-fields/retry@v2 env: CI: 'true' HF_NARUGO_USERNAME: ${{ secrets.HF_NARUGO_USERNAME }} HF_NARUGO_PASSWORD: ${{ secrets.HF_NARUGO_PASSWORD }} run: | with: shell: bash timeout_minutes: 20 max_attempts: 5 retry_on: any command: | make dataset - name: Run unittest env: Loading Loading
.github/workflows/test.yml +9 −3 Original line number Diff line number Diff line Loading @@ -97,11 +97,17 @@ jobs: cloc imgutils cloc test - name: Prepare dataset shell: bash uses: nick-fields/retry@v2 env: CI: 'true' HF_NARUGO_USERNAME: ${{ secrets.HF_NARUGO_USERNAME }} HF_NARUGO_PASSWORD: ${{ secrets.HF_NARUGO_PASSWORD }} run: | with: shell: bash timeout_minutes: 20 max_attempts: 5 retry_on: any command: | make dataset - name: Run unittest env: Loading