Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/exam-mode/allow-submission-upon-ex…
Browse files Browse the repository at this point in the history
…tension
  • Loading branch information
meltemarsl authored Dec 27, 2024
2 parents 1fa1dba + d6a1b81 commit 3993154
Show file tree
Hide file tree
Showing 84 changed files with 1,454 additions and 525 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
# Keep in sync with codeql-analysis.yml and test.yml and analysis-of-endpoint-connections.yml
env:
CI: true
node: 20
node: 22
java: 21
RAW_URL: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
# Keep in sync with build.yml and test.yml and analysis-of-endpoint-connections.yml
env:
CI: true
node: 20
node: 22
java: 21


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ concurrency:
# Keep in sync with codeql-analysis.yml and build.yml
env:
CI: true
node: 20
node: 22
java: 21

jobs:
Expand Down
11 changes: 5 additions & 6 deletions .idea/runConfigurations/Artemis__Server__LocalVC___LocalCI_.xml

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

Loading

0 comments on commit 3993154

Please sign in to comment.