Skip to content

Commit

Permalink
Add task tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 7, 2024
1 parent 9a1c6e3 commit b39c0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
ref: ${{github.event.pull_request.head.sha || github.sha}}

- name: Docker Data Task Build
run: docker compose build task
run: docker buildx build ./tasks/data -t cloudtak-data

- name: Docker Data Task Lint
run: docker run cloudtak-task:latest npm run lint
run: docker run cloudtak-data:latest npm run lint

- name: Docker Data Task Test
run: docker run cloudtak-task:latest npm test
run: docker run cloudtak-data:latest npm test

pmtiles:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b39c0e4

Please sign in to comment.