Skip to content

Google Fit API deprecated #265

Google Fit API deprecated

Google Fit API deprecated #265

Workflow file for this run

name: Graveyard
on:
pull_request:
branches: [ main ]
paths:
- 'graveyard.json'
- 'graveyard.test.ts'
- 'package.json'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install Yarn
run: npm install yarn
- name: Install dependencies
run: yarn
- name: Run Tests
run: yarn run test