Skip to content

Commit

Permalink
enable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goncer authored Apr 12, 2024
1 parent e983d4c commit 3a635bc
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/branch-eth-rollup-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,21 @@ jobs:
parachainDocker: ${{ github.event.inputs.nodeDockerImage }}
globalVersion: ${{ needs.init.outputs.GLOBAL_VERSION }}

# TODO: Uncomment when e2e tests are aligned with solochain stuff
# run-e2e-test:
# name: Run e2e tests
# needs: [init, build-and-test, generate-types]
# uses: ./.github/workflows/reusable-e2e-tests.yml
# secrets: inherit
# permissions:
# contents: write
# id-token: write
# deployments: write
# checks: write
# with:
# e2eBranch: ${{ github.event.inputs.e2eBranch }}
# nodeDockerImage: ${{ github.event.inputs.nodeDockerImage }}
# skipBuild: 'false'
# globalVersion: ${{ needs.init.outputs.GLOBAL_VERSION }}
run-e2e-test:
name: Run e2e tests
needs: [init, build-and-test, generate-types]
uses: ./.github/workflows/reusable-e2e-tests.yml
secrets: inherit
permissions:
contents: write
id-token: write
deployments: write
checks: write
with:
e2eBranch: ${{ github.event.inputs.e2eBranch }}
nodeDockerImage: ${{ github.event.inputs.nodeDockerImage }}
skipBuild: 'false'
globalVersion: ${{ needs.init.outputs.GLOBAL_VERSION }}

deploy-rollup-dev:
name: Deploy to rollup-dev on every commit to `eth-rollup-develop` branch
Expand Down

0 comments on commit 3a635bc

Please sign in to comment.