Skip to content

Commit 39511d4

Browse files
committed
Create a marker per vector
1 parent 5ad80cc commit 39511d4

File tree

33 files changed

+299
-227
lines changed

33 files changed

+299
-227
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
node-version: 20
3232
cache: 'npm'
3333
- name: Install dependencies
34-
run: npm install
34+
run: npm install && sudo apt-get install chromium-browser
3535
- name: Test
3636
run: npm run test
3737
- name: Archive test artifacst
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: test images
4141
path: |

0 commit comments

Comments
 (0)