Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor of how segments are added to the map #24

Merged
merged 20 commits into from
Nov 28, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
oh well
  • Loading branch information
jeffbdye committed Nov 28, 2020
commit beda57ac9b09002994375ca8ec695d3808538dfd
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ./.github/workflows/setup-repo.yml
- name: Setup node
uses: actions/setup-node@v1.1.0

- uses: ./.github/workflows/setup-repo.yml
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm i

- name: Run unit tests
run: npm run test
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ./.github/workflows/setup-repo.yml
- name: Setup node
uses: actions/setup-node@v1.1.0

- uses: ./.github/workflows/setup-repo.yml
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm i

- name: Run unit tests
run: npm run test
7 changes: 0 additions & 7 deletions .github/workflows/run-unit-tests.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/setup-repo.yml

This file was deleted.