Skip to content

Commit de043a5

Browse files
authored
revert: unwanted changes to workflow
I removed it as i run github runners locally
1 parent 4abcecd commit de043a5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/code-qa.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm knip
3131

3232
compile:
33-
runs-on: self-hosted
33+
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout code
3636
uses: actions/checkout@v4
@@ -43,7 +43,14 @@ jobs:
4343

4444
unit-test:
4545
name: platform-unit-test (${{ matrix.name }})
46-
runs-on: self-hosted
46+
runs-on: ${{ matrix.os }}
47+
strategy:
48+
matrix:
49+
include:
50+
- os: ubuntu-latest
51+
name: ubuntu-latest
52+
- os: windows-latest
53+
name: windows-latest
4754
steps:
4855
- name: Checkout code
4956
uses: actions/checkout@v4

0 commit comments

Comments
 (0)