This commit is contained in:
Wells Bunker 2025-09-26 13:50:24 -06:00
parent 837b7c1b7e
commit 76d14d281f
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,6 @@ runs:
key: turbo-${{ inputs.cache-key }}-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
turbo-${{ inputs.cache-key }}-${{ github.ref_name }}-
turbo-${{ inputs.cache-key }}-main-
- name: Setup Bun
uses: oven-sh/setup-bun@v2

View File

@ -35,6 +35,7 @@ jobs:
needs: lint
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 10
environment: testing
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -114,6 +115,7 @@ jobs:
needs: build
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 10
environment: testing
steps:
- name: Checkout code
uses: actions/checkout@v4