Skip to content

Fixes unit tests runnings and improves eslint configuration #35

Fixes unit tests runnings and improves eslint configuration

Fixes unit tests runnings and improves eslint configuration #35

Workflow file for this run

name: Unit tests
on:
pull_request:
branches: ['*']
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Checkout
# uses: actions/checkout@master
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
uses: actions/checkout@v3
- run: cd tests/docker && ./run-e2e-test-local.sh