Skip to content

Commit

Permalink
Merge branch 'main' into deploy/testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Jan 10, 2024
2 parents 94dc794 + d2a8de8 commit 2fd3913
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
9 changes: 2 additions & 7 deletions .github/templates/build_tessellation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ runs:
cd tessellation
git checkout $TESSELLATION_VERSION
sbt clean shared/publishM2
sbt clean kernel/publishM2
sbt clean keytool/publishM2
sbt clean sdk/publishM2
sbt clean dagL1/publishM2
sbt clean currencyL0/publishM2
sbt clean currencyL1/publishM2
sbt clean
sbt shared/publishM2 kernel/publishM2 keytool/publishM2 sdk/publishM2 dagL1/publishM2 currencyL0/publishM2 currencyL1/publishM2
11 changes: 1 addition & 10 deletions .github/templates/setup_java_and_scala/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,4 @@ runs:
- name: Build tessellation dependencies
with:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
uses: "./.github/templates/build_tessellation"

- name: Fetch Dependencies
shell: bash
if: steps.coursier-cache.outputs.cache-hit-coursier != 'true'
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
run: |
cd metagraph
sbt +update
uses: "./.github/templates/build_tessellation"
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: "./.github/templates/setup_java_and_scala"

- name: Fetch Dependencies
shell: bash
if: steps.coursier-cache.outputs.cache-hit-coursier != 'true'
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
run: |
cd metagraph
sbt +update
- name: Test and assembly 🚀
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2fd3913

Please sign in to comment.