Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Aug 9, 2024
1 parent aa75c94 commit 1244869
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1244869

Please sign in to comment.