Skip to content

Commit

Permalink
Merge pull request #27318 from guardian/mc-quick-removal
Browse files Browse the repository at this point in the history
Remove unneeded file
  • Loading branch information
mchv authored Jul 16, 2024
2 parents bd53a61 + a99c6cd commit 3541ba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
- name: Test, compile
# Australia/Sydney -because it is too easy for devs to forget about timezones
run: |
java \
-Xmx6144M \
-XX:ReservedCodeCacheSize=128m \
sbt \
-J-Xmx6144M \
-J-XX:ReservedCodeCacheSize=128m \
-Dsbt.log.noformat=true \
-XX:+UseParallelGC \
-J-XX:+UseParallelGC \
-DAPP_SECRET="fake_secret" \
-Duser.timezone=Australia/Sydney \
-jar ./bin/sbt-launch.jar clean compile assets scalafmtCheckAll test Universal/packageBin
clean compile assets scalafmtCheckAll test Universal/packageBin
- uses: guardian/actions-riff-raff@v4
with:
Expand Down
Binary file removed bin/sbt-launch.jar
Binary file not shown.

0 comments on commit 3541ba0

Please sign in to comment.