File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -15,26 +15,25 @@ jobs:
15
15
steps :
16
16
- name : checkout
17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
- - name : Set up JDK 17
19
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
20
- with :
21
- java-version : ' 17'
22
- distribution : ' temurin'
23
18
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
24
19
with :
25
20
path : /root/.jbang
26
21
key : $-jbang-$
27
22
restore-keys : |
28
23
$-jbang-
24
+ - name : Set up JDK 17
25
+ uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
26
+ with :
27
+ java-version : ' 17'
28
+ distribution : ' temurin'
29
29
- name : Set up Maven
30
30
uses : stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
31
31
with :
32
32
maven-version : 3.9.6
33
33
- name : jbang
34
- uses : jbangdev/jbang-action@36d4a384d215d91c2c7e74014a486cedfe09d760 # v0.119.0
34
+ uses : jbangdev/setup-jbang@2b1b465a7b75f4222b81426f23a01e013aa7b95c # v0.1.1
35
35
with :
36
- script : " .github/smoketest/SmokeTest.java"
37
- env :
38
- JBANG_REPO : /root/.jbang/repository
39
- GITHUB_TOKEN : $
40
- WORKING_DIRECTORY : ${{ env.working-directory }}
36
+ version : 0.119.0
37
+ - name : SmokeTest
38
+ run : |
39
+ jbang .github/smoketest/SmokeTest.java
You can’t perform that action at this time.
0 commit comments