Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm install
run: npm ci

- name: Install Playwright Chromium
run: npx playwright install --with-deps chromium
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm install
run: npm ci

- name: Install Playwright Chromium
run: npx playwright install --with-deps chromium
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ backend/getIP_serverLocation.php
db-dir/
.vscode/
node_modules/
package-lock.json
playwright-report/
test-results/
results/speedtest_telemetry.db
Expand Down
Loading