Skip to content

Commit fdb1308

Browse files
authored
chore: 🤖 Restore version policy check (#279)
1 parent 7fd1a2a commit fdb1308

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

‎.github/workflows/build.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)