mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: test dimerun
This commit is contained in:
parent
f453065b7b
commit
a7cf35c8ea
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
package:
|
||||
needs: check-alteration-changes
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
runs-on: dimerun-k4-ubuntu2204
|
||||
if: ${{needs.check-alteration-changes.outputs.has-alteration-changes == 'true'}}
|
||||
env:
|
||||
INTEGRATION_TEST: true
|
||||
|
|
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
package:
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
runs-on: dimerun-k4-ubuntu2204
|
||||
env:
|
||||
INTEGRATION_TEST: true
|
||||
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: pnpm ci:stylelint
|
||||
|
||||
main-test:
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
runs-on: dimerun-k4-ubuntu2204
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue