From 3a635bc9d4e7bfde763d2c1044e1374a0739cce8 Mon Sep 17 00:00:00 2001 From: goncer Date: Fri, 12 Apr 2024 09:58:09 +0200 Subject: [PATCH] enable e2e tests --- .../workflows/branch-eth-rollup-develop.yml | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/.github/workflows/branch-eth-rollup-develop.yml b/.github/workflows/branch-eth-rollup-develop.yml index 717d634b8..b502ff35f 100644 --- a/.github/workflows/branch-eth-rollup-develop.yml +++ b/.github/workflows/branch-eth-rollup-develop.yml @@ -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