Skip to content

Commit 60c5ef9

Browse files
committed
fix: update runner environment for frontend and backend tests
1 parent 355f008 commit 60c5ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
frontend-tests:
27-
runs-on: ubuntu-latest
27+
runs-on: ubicloud-standard-8
2828

2929
steps:
3030
- name: Checkout repository
@@ -46,7 +46,7 @@ jobs:
4646
run: npm test
4747

4848
backend-tests:
49-
runs-on: ubuntu-latest
49+
runs-on: ubicloud-standard-8
5050

5151
steps:
5252
- name: Checkout repository

0 commit comments

Comments
 (0)