Skip to content

Commit

Permalink
Installed http-server in the github action for the integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramp committed Feb 2, 2024
1 parent c1cb4a9 commit 8b90372
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:

- run: flutter doctor -v

- name: Install dart dependencies
run: dart pub get

- name: Install melos
run: dart pub global activate melos

Expand All @@ -39,6 +36,10 @@ jobs:
- name: Analyze project source
run: dart analyze

# Needed for the integration tests
- name: Install http-server
run: npm install http-server -g

# Needed for the integration tests
- name: Install pmtiles
# Running from HEAD as it has a fix we need
Expand Down

0 comments on commit 8b90372

Please sign in to comment.