Skip to content

Commit

Permalink
Add circuit submodule; Publish circuit locally before CI runs as a te…
Browse files Browse the repository at this point in the history
…mporary measure
  • Loading branch information
jamiesanson committed Nov 16, 2023
1 parent cbb4790 commit b5dc0c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
cache-disabled: true

# Temporary job to handle the publishing of Circuit from included submodule
- name: Publish circuit snapshot (temporary)
run: ./circuit/gradlew publishToMavenLocal

- name: Lint
run: ./gradlew lint

Expand All @@ -42,6 +46,11 @@ jobs:
with:
cache-disabled: true


# Temporary job to handle the publishing of Circuit from included submodule
- name: Publish circuit snapshot (temporary)
run: ./circuit/gradlew publishToMavenLocal

- name: Decrypt secrets
run: ./release/decrypt-secrets.sh
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "circuit"]
path = circuit
url = https://github.com/jamiesanson/circuit
1 change: 1 addition & 0 deletions circuit
Submodule circuit added at 741a6e

0 comments on commit b5dc0c5

Please sign in to comment.