Skip to content

Commit

Permalink
Merge pull request #39 from gis-ops/cb-disable-ors-tests
Browse files Browse the repository at this point in the history
test: disable ors tests
  • Loading branch information
chrstnbwnkl authored Jul 9, 2024
2 parents aa687e0 + 108840a commit db8caed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 125 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ on:
paths-ignore:
- "*.md"
workflow_dispatch:
pull_request_review:
types: [submitted]
pull_request:
branches:
- main
paths-ignore:
- ".gitignore"
- "**.md"

jobs:
tests:
if: github.event.review.state == 'approved' || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -23,10 +26,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- name: Check formatting
- name: Check formatting
run: |
npm ci
npm run format-check
npm ci
npm run format-check
- name: Docker run containers and tests
env:
GRAPHHOPPER_API_KEY: ${{ secrets.GRAPHHOPPER_API_KEY }}
Expand Down
119 changes: 0 additions & 119 deletions packages/ors/ors.test.ts

This file was deleted.

0 comments on commit db8caed

Please sign in to comment.