Skip to content

Commit

Permalink
fix: updated artifacts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed May 1, 2024
1 parent f235c06 commit 0e17349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
module: [ infrastructure/tools/keystore-generator, p2p/integrationtest/bidder, p2p/integrationtest/provider, bridge/standard/bridge-v1, external/geth, oracle, p2p]
module: [ infrastructure/tools/keystore-generator, p2p/integrationtest/real-bidder, p2p/integrationtest/provider, bridge/standard/bridge-v1, external/geth, oracle, p2p]
steps:
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: echo "FLAGS=--snapshot" >> $GITHUB_ENV
Expand Down

0 comments on commit 0e17349

Please sign in to comment.