Skip to content

Commit 4ae91c4

Browse files
committed
[DSC-1609] Test without options property
1 parent 351cb3c commit 4ae91c4

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

bitbucket-pipelines.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
options:
2-
runs-on: ubuntu-latest
1+
#options:
2+
# runs-on: ubuntu-latest
33

44
definitions:
55
services:
6-
docker: # can only be used with a self-hosted runner
6+
node-image:
7+
type: docker
78
image:
89
name: cypress/browsers:node18.12.0-chrome107
910
run-as-user: 1000
11+
1012
steps:
1113
- step: &unittest-code-checks
1214
name: test-code-checks
13-
runs-on: self.hosted
15+
runs-on:
16+
- 'self.hosted'
1417
services:
15-
- docker
18+
- node-image
1619
size: 2x
1720
caches:
1821
- node

0 commit comments

Comments
 (0)