diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1cf2decfdc..bd91fda657 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,13 +11,15 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 - name: Install Netlify E2E - run: npm install -g @netlify/e2e@1.0.0-rc.1 + run: npm install -g @netlify/e2e@1.0.0-rc.2 - name: Create Remlink Config run: node ./tools/create-remlink.config.js - name: Trigger Netlify E2E image build id: extract-deploy-id run: | + netlify-e2e -h output=$(netlify-e2e build-image ./remlink.config.json) + echo "$output" echo "pipelineId=$(echo "output" | jq -r '.pipelineId')" >> $GITHUB_ENV echo "testImageTag=$(echo "output" | jq -r '.tag')" >> $GITHUB_ENV