Skip to content

refactor(client/cordova/android): remove dead reachability test code #203

refactor(client/cordova/android): remove dead reachability test code

refactor(client/cordova/android): remove dead reachability test code #203

name: Build and Test / Infrastructure
concurrency:
group: '${{ github.head_ref || github.ref }} Infrastructure'
cancel-in-progress: true
on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- master
jobs:
test:
name: Infrastructure Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./infrastructure/package.json
- name: Install NPM Dependencies
run: npm ci
- name: Infrastructure Test
run: npm run action infrastructure/test