Skip to content

Commit 350720e

Browse files
committed
Bring back checkout step
1 parent f0bee6a commit 350720e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docker-sentry-release.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
SPRING_JPA_SHOW_SQL: false
1414
JHI_DISABLE_WEBPACK_LOGS: true
1515
steps:
16-
# - uses: actions/checkout@v2
17-
# - uses: actions/setup-node@v2
18-
# with:
19-
# node-version: 12.16.1
20-
# - uses: actions/setup-java@v2
21-
# with:
22-
# distribution: 'adopt'
23-
# java-version: '11'
16+
- uses: actions/checkout@v2
17+
- uses: actions/setup-node@v2
18+
with:
19+
node-version: 12.16.1
20+
- uses: actions/setup-java@v2
21+
with:
22+
distribution: 'adopt'
23+
java-version: '11'
2424
# - name: Install node.js packages
2525
# run: yarn install
2626
# - name: Package application with Jib

0 commit comments

Comments
 (0)