Skip to content

[don't merge yet] Pool QueueWithRetry and cache filterDirtyFiles regexp #2364

[don't merge yet] Pool QueueWithRetry and cache filterDirtyFiles regexp

[don't merge yet] Pool QueueWithRetry and cache filterDirtyFiles regexp #2364

name: Windows downloader tests
on:
push:
branches:
- main
- 'release/**'
pull_request:
branches:
- '**'
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:
jobs:
win-downloader:
concurrency:
group: >-
${{
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) &&
format('{0}-{1}', github.workflow, github.run_id) ||
format('{0}-{1}', github.workflow, github.ref)
}}
cancel-in-progress: true
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
runs-on: windows-2025
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
- uses: actions/setup-go@v6
with:
go-version: '1.25'
cache: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') }}
- name: Test downloader package
run: go test -v -short -failfast -count=1 ./db/downloader/...