Skip to content

Commit

Permalink
feat: updated artifacts and releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Dec 16, 2024
1 parent c8fb662 commit 59f0454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
module: [ infrastructure/tools/keystore-generator, p2p/integrationtest/real-bidder, p2p/integrationtest/provider, bridge/standard, external/geth, external/geth-pos, oracle, p2p]
module: [ infrastructure/tools/keystore-generator, p2p/integrationtest/real-bidder, p2p/integrationtest/provider, bridge/standard, external/geth, external/geth-pos, oracle, p2p, cl]

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
module: [ bridge/standard, external/geth, external/geth-pos, oracle, p2p, tools/bidder-cli ]
module: [ bridge/standard, external/geth, external/geth-pos, oracle, p2p, tools/bidder-cli, cl ]

steps:
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 59f0454

Please sign in to comment.