File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11name : Java
22
33on :
4- pull_request :
54 push :
65
76jobs :
87 example-exercises :
98 runs-on : ubuntu-latest
109 container :
11- image : openjdk:12-alpine
10+ image : eclipse-temurin:21
1211
1312 steps :
1413 - uses : actions/checkout@v1
1514 - name : Install dependencies
16- run : apk add --no-cache jq=1.6-r0
15+ run : apt update && apt install -y jq
1716 - name : Evaluate sample exercises
18- run : ./integration-tests/run
17+ run : ./integration-tests/run
Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /usr/ bin/env bash
22set -e
33
44# Default values
@@ -127,4 +127,4 @@ echo "Major changes: $major_change"
127127if [ " $minor_change " -gt 0 ] || [ " $major_change " -gt 0 ]; then
128128 echo " FAIL. Run with --overwrite to update the results."
129129 exit 1
130- fi
130+ fi
You can’t perform that action at this time.
0 commit comments