diff --git a/.github/workflows/tend-ci-fix.yaml b/.github/workflows/tend-ci-fix.yaml index 98f4c5751a4a..2e37186b1db2 100644 --- a/.github/workflows/tend-ci-fix.yaml +++ b/.github/workflows/tend-ci-fix.yaml @@ -41,7 +41,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-mention.yaml b/.github/workflows/tend-mention.yaml index e008c17b6d3a..f46b836a9d66 100644 --- a/.github/workflows/tend-mention.yaml +++ b/.github/workflows/tend-mention.yaml @@ -427,7 +427,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-nightly.yaml b/.github/workflows/tend-nightly.yaml index 6111d7d778bc..32050b296314 100644 --- a/.github/workflows/tend-nightly.yaml +++ b/.github/workflows/tend-nightly.yaml @@ -41,7 +41,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-notifications.yaml b/.github/workflows/tend-notifications.yaml index 46e642467ee7..0b8c2b03ec62 100644 --- a/.github/workflows/tend-notifications.yaml +++ b/.github/workflows/tend-notifications.yaml @@ -131,7 +131,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-review-runs.yaml b/.github/workflows/tend-review-runs.yaml index a5252a534143..fe21da74b0c9 100644 --- a/.github/workflows/tend-review-runs.yaml +++ b/.github/workflows/tend-review-runs.yaml @@ -41,7 +41,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-review.yaml b/.github/workflows/tend-review.yaml index 058e48d57551..aa61444cc041 100644 --- a/.github/workflows/tend-review.yaml +++ b/.github/workflows/tend-review.yaml @@ -84,7 +84,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-triage.yaml b/.github/workflows/tend-triage.yaml index d2e641995787..4ae04c11546a 100644 --- a/.github/workflows/tend-triage.yaml +++ b/.github/workflows/tend-triage.yaml @@ -53,7 +53,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-weekly.yaml b/.github/workflows/tend-weekly.yaml index 2bb5719dcf02..78360750765f 100644 --- a/.github/workflows/tend-weekly.yaml +++ b/.github/workflows/tend-weekly.yaml @@ -41,7 +41,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version