Skip to content

Commit 6ea8285

Browse files
Update test-cache.yml
1 parent 3e363ff commit 6ea8285

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-cache.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Test cache option
22

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

88
workflow_dispatch:
99

@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Java
22-
uses: Shegox/setup-java@main
22+
uses: actions/setup-java@v4
2323
with:
2424
distribution: 'sapmachine'
2525
java-version: '21'
@@ -28,4 +28,4 @@ jobs:
2828
- name: Verify Java version
2929
run: java -version
3030

31-
31+

0 commit comments

Comments
 (0)