Skip to content

Forcing to show current directory of #3

Forcing to show current directory of

Forcing to show current directory of #3

name: Run frontend tests
on: [pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
label: Linux
prefix: /usr/share/miniconda3/envs/lokomat_fes
- os: macos-latest
label: Macos
prefix: /Users/runner/miniconda3/envs/lokomat_fes
- os: windows-latest
label: Windows
prefix: C:\Miniconda3\envs\lokomat_fes
name: Tests on ${{ matrix.label }}
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
uses: subosito/flutter-action@v1
run: |
cd frontend
flutter test