Skip to content

Commit

Permalink
Remove submodule cloning logic
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Nov 29, 2024
1 parent 8d57efa commit 4c5cf0c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/frontend-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
node-version-file: 'src/typescript/.node-version'
- name: 'Install dependencies'
run: 'npm install -g pnpm && pnpm install'
- env:
GITHUB_ACCESS_TOKEN: '${{ secrets.TRADING_VIEW_REPO_ACCESS_TOKEN }}'
TRADING_VIEW_REPO_OWNER: '${{ secrets.TRADING_VIEW_REPO_OWNER }}'
name: 'Clone submodule'
run: 'pnpm run submodule'
- name: 'Install Playwright Browsers'
run: 'pnpm run playwright:install'
- name: 'Run Playwright tests'
Expand Down
4 changes: 1 addition & 3 deletions src/typescript/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,8 @@
"lint:fix": "pnpm run lint --fix",
"playwright:install": "playwright install --with-deps",
"start": "next start --port 3001",
"submodule": "./submodule.sh",
"test": "pnpm run test:e2e",
"test:e2e": "playwright test --project=firefox",
"vercel-install": "./submodule.sh && pnpm i"
"test:e2e": "playwright test --project=firefox"
},
"version": "0.0.1-alpha"
}
32 changes: 0 additions & 32 deletions src/typescript/frontend/submodule.sh

This file was deleted.

0 comments on commit 4c5cf0c

Please sign in to comment.