Skip to content

Commit

Permalink
Merge branch 'master' into coroutines_course_empty
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/build_and_test.yml
  • Loading branch information
LukasLechnerREWE committed Nov 8, 2024
2 parents fd7602e + 356ad72 commit 172d186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Set up JDK 17
uses: actions/setup-java@v3
- name: Set Up JDK
uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: '17'
java-version: 1.17

- name: Run Tests
run: ./gradlew test
Expand Down
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 172d186

Please sign in to comment.