chore(deps): replace dependency babel-eslint with @babel/eslint-parser ^7.11.0 #3115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mobile Tests | |
on: | |
pull_request: | |
jobs: | |
mobile-tests: | |
name: Mobile Tests | |
runs-on: ubuntu-latest | |
env: | |
MATOMO_APPLICATION_ID: 46 | |
MATOMO_ENABLED: false | |
MATOMO_URL: https://matomo.fabrique.social.gouv.fr/ | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 16 | |
- name: Run tests | |
run: | | |
cd front | |
yarn install | |
yarn test |