Skip to content

Merge develop into branch update-admin-panel-to-web-app-2.5 #49

Merge develop into branch update-admin-panel-to-web-app-2.5

Merge develop into branch update-admin-panel-to-web-app-2.5 #49

Workflow file for this run

name: Automated tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install deps
run: npm install
- name: Running tests
env:
REACT_APP_API_DOMAIN: http://localhost:8080
run: npm run test:nowatch