Skip to content

Commit

Permalink
Use scala set up
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseydew committed Oct 16, 2024
1 parent 3bd1446 commit a7e9a27
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 50 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/event-consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/fake-breaking-news.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/football.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/notification-worker-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: actions/setup-node@v3
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: actions/setup-node@v3
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/report-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/schedule-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/slo-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-java@v3
with:
distribution: corretto
cache: sbt
java-version: 11
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a7e9a27

Please sign in to comment.