fix(deps): update all non-major dependencies (minor) #4042
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: 18 | |
- name: Run tests | |
env: | |
YARN_IGNORE_NODE: "1" | |
run: | | |
cd front | |
yarn install | |
yarn test |