Skip to content

Commit 4937622

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

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

bitbucket-pipelines.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22
# runs-on: ubuntu-latest
33

44
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-
125
steps:
136
- step: &unittest-code-checks
147
name: test-code-checks
15-
runs-on:
16-
- 'self.hosted'
17-
services:
18-
- node-image
8+
runs-on: self.hosted
9+
image:
10+
name: cypress/browsers:node18.12.0-chrome107
11+
run-as-user: 1000
1912
size: 2x
2013
caches:
2114
- node

0 commit comments

Comments
 (0)