Skip to content

Merge pull request #1698 from coopcycle/bump-rn-0.73 #3268

Merge pull request #1698 from coopcycle/bump-rn-0.73

Merge pull request #1698 from coopcycle/bump-rn-0.73 #3268

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
LINT_AND_TEST:
env:
COUNTLY_SERVER_URL: ''
COUNTLY_APP_KEY: ''
COUNTLY_SALT: ''
name: Basic tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- run: yarn install
- run: yarn lint
- run: yarn i18n-lint
- run: yarn test