Skip to content

Commit

Permalink
no more symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 7, 2025
1 parent af7ae0c commit 8e58496
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,17 @@ jobs:
- name: Compile tests
run: |
rm package.json
mkdir -p node_modules/typescript/bin
npm install -g typescript
TSC_PATH=$(which tsc)
ln -s "$TSC_PATH" node_modules/typescript/bin/tsc
echo '{"scripts":{"compile":"npx tsc"}}' > package.json
# Install TypeScript locally
npm install typescript
# Install required dependencies
npm install @playwright/test@^1.49.0
npx playwright install
npm install @currents/playwright@^1.8.0
npm install @midleman/github-actions-reporter@^1.9.5
# Manually create a minimal `package.json` for local `npm install`
echo '{"scripts":{"compile":"npx tsc"}}' > package.json
cd test/e2e
npm install
npm run compile
Expand Down

0 comments on commit 8e58496

Please sign in to comment.