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 d161a8c commit 1febee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- image: cimg/node:22.5.1
steps:
- checkout
- run: npm install -g @netlify/[email protected]
- run: npm install @netlify/[email protected]
- run:
name: Create Remlink Config
command: node ./tools/create-remlink.config.js
Expand All @@ -142,7 +142,7 @@ jobs:
output=$(netlify-e2e build-image ./remlink.config.json)
pipelineId=$(echo $output | jq -r '.pipelineId')
testImageTag=$(echo $output | jq -r '.tag')
workingDir="$(npm root -g)/@netlify/e2e"
workingDir="node_modules/@netlify/e2e"
echo "export pipelineId=$pipelineId" >> $BASH_ENV
echo "export testImageTag=$testImageTag" >> $BASH_ENV
echo "export workingDir=$workingDir" >> $BASH_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: |
cd ${{ env.workingDir}}
ls -lah
npx playwright exec
pnpm run e2e

0 comments on commit 1febee6

Please sign in to comment.