Skip to content

Commit 3a36f30

Browse files
committed
Test architecture option
1 parent a3bcd28 commit 3a36f30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-architecture.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
distribution: 'sapmachine'
2525
java-version: ${{ matrix.java-version }}
26-
architecture: x64
26+
architecture: x86
2727

2828
- name: Verify Java version
2929
run: java -version

.github/workflows/test-multiple-JDKs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Test Install multiple JDKs
22

33
on:
4-
push:
5-
branches:
6-
- sapMachine
4+
# push:
5+
# branches:
6+
# - sapMachine
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)