Skip to content

M2-5056: Test PR for sprint demo #35

M2-5056: Test PR for sprint demo

M2-5056: Test PR for sprint demo #35

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