Skip to content

Commit

Permalink
Merge pull request #1756 from dedis/work-be2-Kilian-Fix-Deployment
Browse files Browse the repository at this point in the history
Fix Be2-scala deployment
  • Loading branch information
pierluca authored Feb 25, 2024
2 parents 2ede5cd + 5743b22 commit 3f981ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ jobs:
- name: Report coverage
run: sbt coverageReport

#- name: Run static analysis (ScapeGoat)
#run: sbt scapegoat

- name: Run SonarCloud analysis
if: ${{ !startsWith(github.head_ref, 'dependabot/') }} # execute even if previous steps failed
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
env:
base_folder: be2-scala
deploy_env: ${{ github.event.release.prerelease && 'dev' || 'prod' }}
scala_version: 2.13
scala_version: 3.3.1

defaults:
run:
Expand Down

0 comments on commit 3f981ab

Please sign in to comment.