Skip to content

Commit

Permalink
OXDEV-7248 set SDK version in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
liulka-oxid committed Nov 19, 2024
1 parent 2a9e0b1 commit ddb41d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/oxid-esales/shop_ce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# {{ $name := "oxideshop-ce" }}name: {{ $name }}

install: &install
git:
sdk_ref: b-8.0.x
add_services: 'selenium-chrome-126'
method: script
script: 'source/.github/oxid-esales/install.sh'
Expand Down
2 changes: 2 additions & 0 deletions .github/oxid-esales/shop_ce_compilation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# {{ $repo := "OXID-eSales/oxideshop_ce" }}repo: {{ $repo }}

install:
git:
sdk_ref: b-8.0.x
method: script
cache:
prepared_shop: true
Expand Down

0 comments on commit ddb41d6

Please sign in to comment.