Skip to content

Updated authentication method and fixed connecting to Garmin. Removed… #38

Updated authentication method and fixed connecting to Garmin. Removed…

Updated authentication method and fixed connecting to Garmin. Removed… #38

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
symfony:
name: Symfony 6.2 (PHP ${{ matrix.php-versions }})
# https://hub.docker.com/_/ubuntu/
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php-versions: ['8.1']
steps:
# —— Setup Github actions 🐙 —————————————————————————————————————————————
# https://github.com/actions/checkout (official)
- name: Checkout
uses: actions/checkout@v2
- name: Docker Build and Up
run: docker-compose run garmin-dev composer install
- name: Run PHPUnit Tests
run: docker-compose run garmin-dev vendor/bin/phpunit