diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 16d40750b..4bf0aa566 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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