Skip to content

Commit 7d979f6

Browse files
committed
Test cache option
1 parent 4250ad1 commit 7d979f6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/test-cache-dependency-path.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Test cache option with dependency paths 'maven', 'gradle', 'sbt'
22
on:
3-
push:
4-
branches:
5-
- sapMachine
3+
# push:
4+
# branches:
5+
# - sapMachine
66
workflow_dispatch:
77

88
jobs:

.github/workflows/test-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Set up Java
29-
uses: gowridurgad/setup-java-fork@testing-snap
29+
uses: Shegox/setup-java@main
3030
with:
3131
distribution: 'sapmachine'
3232
java-version: '11'

.github/workflows/test-java-version-file.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Test Java Supported distributions
1+
name: Test java-version-file
2+
23

34
on:
45
# push:

0 commit comments

Comments
 (0)