Skip to content

Commit

Permalink
Merge pull request #58 from sitcomlab/fix-build-problems
Browse files Browse the repository at this point in the history
upgrade @mauron/cordova-plugin/background-geolocation
  • Loading branch information
schrooom authored Apr 7, 2021
2 parents 188c8f2 + bb3df5d commit 3e4eab0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ name: Tests
on:
# Triggers the workflow on push or pull request events but only for the develop branch
push:
branches: [ develop ]
branches: [develop]
pull_request:
branches: [ develop ]
branches: [develop]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
run-tests:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.15]
node-version: [15.14.0]

steps:
- name: Checkout project
uses: actions/checkout@master

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install --silent

- name: Run tests
run: npm test -- --no-watch --no-progress --browsers=ChromeHeadlessCI
10 changes: 6 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^5.0.0",
"@mapbox/polyline": "^1.1.1",
"@mauron85/cordova-plugin-background-geolocation": "git+https://github.com/noerw/cordova-plugin-background-geolocation.git",
"@mauron85/cordova-plugin-background-geolocation": "git+https://github.com/noerw/cordova-plugin-background-geolocation.git#e08ab0f491f1cce738e986c0a493378eb3d6ff85",
"@types/moment": "^2.13.0",
"capacitor-file-selector": "0.0.5",
"cordova-plugin-android-permissions": "^1.1.2",
Expand Down

0 comments on commit 3e4eab0

Please sign in to comment.