We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351cb3c commit 4ae91c4Copy full SHA for 4ae91c4
1 file changed
bitbucket-pipelines.yml
@@ -1,18 +1,21 @@
1
-options:
2
- runs-on: ubuntu-latest
+#options:
+# runs-on: ubuntu-latest
3
4
definitions:
5
services:
6
- docker: # can only be used with a self-hosted runner
+ 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
- runs-on: self.hosted
15
+ runs-on:
16
+ - 'self.hosted'
17
- - docker
18
+ - node-image
19
size: 2x
20
caches:
21
- node
0 commit comments