We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae91c4 commit 4937622Copy full SHA for 4937622
1 file changed
bitbucket-pipelines.yml
@@ -2,20 +2,13 @@
2
# runs-on: ubuntu-latest
3
4
definitions:
5
- services:
6
- node-image:
7
- type: docker
8
- image:
9
- name: cypress/browsers:node18.12.0-chrome107
10
- run-as-user: 1000
11
-
12
steps:
13
- step: &unittest-code-checks
14
name: test-code-checks
15
- runs-on:
16
- - 'self.hosted'
17
18
- - node-image
+ runs-on: self.hosted
+ image:
+ name: cypress/browsers:node18.12.0-chrome107
+ run-as-user: 1000
19
size: 2x
20
caches:
21
- node
0 commit comments