Skip to content

2.10.0

2.10.0 #597

Workflow file for this run

name: Test the application in Node
on: [push]
jobs:
node-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- run: npm clean-install-test
env:
CI: true
NOTIFICATIONS_AB_ENDPOINT: https://preprod-notifications.agencebio.org:444
CARTOBIO_JWT_SECRET: "${{ secrets.CARTOBIO_JWT_SECRET }}"
NOTIFICATIONS_AB_SSO_CLIENT_ID: "test"
NOTIFICATIONS_AB_SSO_CLIENT_SECRET: "test"
NOTIFICATIONS_AB_CARTOBIO_USER: "test"
NOTIFICATIONS_AB_CARTOBIO_PASSWORD: "test"
- name: Coveralls
uses: coverallsapp/github-action@v2