Skip to content

Fixes unit tests runnings and improves eslint configuration #21

Fixes unit tests runnings and improves eslint configuration

Fixes unit tests runnings and improves eslint configuration #21

Workflow file for this run

name: Unit tests
on:
pull_request:
branches: ['*']
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
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
# test:
# name: Run unit tests
# needs: [build]
# runs-on: ubuntu-latest
# 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