Skip to content

Commit

Permalink
Remove snyk workflow, and the branch trigger for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-macmillan committed Jan 15, 2025
1 parent d9b21a4 commit c90bd0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ jobs:
# Checkout the branch
- uses: actions/checkout@v3
# Java is needed for the Scala Play app
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'corretto'
cache: 'sbt'
- uses: guardian/setup-scala@v1
# Build CDK and Play (in sequence)
- run: sbt clean compile test assembly
# Fetch AWS credentials, allowing us to upload to Riff-Raff (well, S3)
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- sbt-dependency-graph-b55bebee5ee5f351
workflow_dispatch:
jobs:
dependency-graph:
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/snyk.yml

This file was deleted.

1 change: 1 addition & 0 deletions .tools-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java corretto-11.0.25.9.1

0 comments on commit c90bd0f

Please sign in to comment.