Skip to content

Commit e9eb2eb

Browse files
committedFeb 18, 2025·
chore: remove unused unused job
This crucial part of this workflow was removed in 278e667, we should have removed the entire job.
1 parent 278e667 commit e9eb2eb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
 

‎.github/workflows/main.yml

-14
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,6 @@ jobs:
4747
run: |
4848
npm run lint
4949
50-
unused:
51-
runs-on: ubuntu-latest
52-
steps:
53-
- uses: actions/checkout@v4
54-
- uses: actions/setup-node@v4
55-
with:
56-
node-version: "lts/*"
57-
cache: "npm"
58-
- name: Install dependencies
59-
run: |
60-
npm ci
61-
env:
62-
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
63-
6450
browser-test:
6551
runs-on: ubuntu-latest
6652
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.