fix(runner): Fixed wrong label. the right label for using the runner is ubuntu-docker-dind
CI / lint-and-format (push) Failing after 1m31s
CI / changeset-check (push) Successful in 29s
CI / unit-tests (push) Successful in 39s
CI / component-tests (push) Failing after 5s

This commit is contained in:
2026-08-02 14:14:12 +02:00
parent 97f99a23ae
commit 75c8300d84
+4 -4
View File
@@ -8,7 +8,7 @@ on:
jobs:
lint-and-format:
runs-on: ubuntu-latest
runs-on: ubuntu-docker-dind
steps:
- uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
run: pnpm format:check
changeset-check:
runs-on: ubuntu-latest
runs-on: ubuntu-docker-dind
steps:
- uses: actions/checkout@v4
with:
@@ -48,7 +48,7 @@ jobs:
run: pnpm changeset status --since=origin/dev
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-docker-dind
steps:
- uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
run: pnpm test:unit
component-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-docker-dind
steps:
- uses: actions/checkout@v4