File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -43,33 +43,33 @@ jobs:
4343 - name : Run tests
4444 run : sbt +compile +test
4545
46- # versionpolicycheck:
47- # name: Version policy check
48- # strategy:
49- # fail-fast: false
50- # matrix:
51- # os: [ ubuntu-latest ]
52- # java:
53- # - 11
54- # runs-on: ${{ matrix.os }}
55- # steps:
46+ versionpolicycheck :
47+ name : Version policy check
48+ strategy :
49+ fail-fast : false
50+ matrix :
51+ os : [ ubuntu-latest ]
52+ java :
53+ - 11
54+ runs-on : ${{ matrix.os }}
55+ steps :
5656
57- # - uses: actions/checkout@v3
57+ - uses : actions/checkout@v3
5858
59- # - name: Cache sbt
60- # uses: actions/cache@v2
61- # with:
62- # path: |
63- # ~/.sbt
64- # ~/.ivy2/cache
65- # ~/.cache/coursier
66- # key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
59+ - name : Cache sbt
60+ uses : actions/cache@v2
61+ with :
62+ path : |
63+ ~/.sbt
64+ ~/.ivy2/cache
65+ ~/.cache/coursier
66+ key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
6767
68- # - name: Set up JDK
69- # uses: actions/setup-java@v2
70- # with:
71- # java-version: ${{ matrix.java }}
72- # distribution: 'adopt'
68+ - name : Set up JDK
69+ uses : actions/setup-java@v2
70+ with :
71+ java-version : ${{ matrix.java }}
72+ distribution : ' adopt'
7373
74- # - name: Version check
75- # run: sbt "project cucumberScala" versionPolicyCheck
74+ - name : Version check
75+ run : sbt "project cucumberScala" versionPolicyCheck
You can’t perform that action at this time.
0 commit comments