test butler early in CI

This commit is contained in:
2025-09-15 09:33:37 -05:00
parent d20a658ce8
commit 719336d43a
3 changed files with 21 additions and 3 deletions

View File

@@ -28,6 +28,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: test butler
run: './.github/workflows/scripts/butler_push.sh test'
shell: bash
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.configuration == 'Release' && matrix.os.name != 'macos' }}
# Download macos-intel
- uses: robinraju/release-downloader@v1
id: download