Skip to content

Commit

Permalink
Temporarily disable tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanov committed Jan 11, 2024
1 parent 0a0f67d commit d8f2f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
retention-days: 5

publish-npm:
needs: run-tests
# needs: run-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Ruler plugin for [Mapgl](https://docs.2gis.com/en/mapgl/overview)

[Live demo](https://2gis.github.io/mapgl-ruler/)

## Usage

Install with NPM
Expand Down

0 comments on commit d8f2f72

Please sign in to comment.