Skip to content

Commit

Permalink
fix: missing compile-compactor in the publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Mar 22, 2024
1 parent a276a51 commit eef8de5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ jobs:
- uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
compile-compactor:
name: Compile Compactor tool
runs-on: ubuntu-latest
needs: [ cleanup-previous-runs ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/[email protected]
- uses: VirtusLab/[email protected]
with:
jvm: temurin:21
- run: scala-cli compile compactor/src/* compactor/Compactor.scala
publish:
name: Publish
runs-on: ubuntu-latest
Expand Down

0 comments on commit eef8de5

Please sign in to comment.