mirror of https://github.com/buster-so/buster.git
test
This commit is contained in:
parent
837b7c1b7e
commit
76d14d281f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue