Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Jul 12, 2024
1 parent 144426c commit 51979cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,15 @@ jobs:
with:
cache: yarn
node-version-file: .nvmrc

- uses: actions/setup-java@v4
with:
distribution: corretto
cache: sbt
java-version: 11

- run: make reinstall

- run: make validate

- run: make test

- run: make compile

- name: Test, compile
Expand All @@ -56,6 +52,9 @@ jobs:
-jar ./bin/sbt-launch.jar clean compile assets scalafmtCheckAll test Universal/packageBin
- uses: guardian/actions-riff-raff@v4
env:
GU_RIFF_RAFF_ROLE_ARN: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
if: ${{ env.GU_RIFF_RAFF_ROLE_ARN }}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
Expand Down

0 comments on commit 51979cf

Please sign in to comment.