Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 69be060

Browse files
committed
ci: PLATE-678: use large runner for cypress
1 parent f43d30d commit 69be060

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/fun_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ env:
1515
jobs:
1616
run:
1717
name: "Cypress Tests"
18-
runs-on: ubuntu-latest
19-
18+
runs-on: ubuntu-latest-4c-16gb
2019
# ci can be skipped with `[skip ci]` prefix in message
2120
if: "!contains(github.event.head_commit.message, 'skip ci')"
2221
steps:

0 commit comments

Comments
 (0)