Skip to content

Refresh user sessions info actively in local turms-gateway #1265 #332

Refresh user sessions info actively in local turms-gateway #1265

Refresh user sessions info actively in local turms-gateway #1265 #332

name: Test turms-client-js
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
working-directory: turms-client-js
run: npm install
- name: Verify formatting
working-directory: turms-client-js
run: npm run lint
- name: Build artifacts
working-directory: turms-client-js
run: npm run build
# - name: Test
# working-directory: turms-client-js
# run: npm run test