Skip to content

Commit

Permalink
Merge pull request #335 from guardian/sbt-dependency-graph-459ff79c46…
Browse files Browse the repository at this point in the history
…2695ea

build: revert to ubuntu-latest and add step to install sbt
  • Loading branch information
AndreaDiotallevi authored Jan 8, 2025
2 parents ef76214 + 46c1551 commit 6cd16ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: write
contents: read
name: salesforce-message-handler build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Env
run: env
Expand All @@ -34,6 +34,10 @@ jobs:
java-version: "21"
cache: "sbt"

- name: Install sbt
id: sbt
uses: sbt/setup-sbt@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0

- name: Compile and package project
run: sbt 'set test in assembly := {}' clean assembly

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
push:
branches:
- main
workflow_dispatch:
workflow_dispatch:
jobs:
dependency-graph:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout branch
id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

if: github.actor == 'scala-steward'

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Checkout repo
Expand Down

0 comments on commit 6cd16ec

Please sign in to comment.