Skip to content

fix(lighthouse): fix imports in test files #2

fix(lighthouse): fix imports in test files

fix(lighthouse): fix imports in test files #2

Workflow file for this run

name: Testing deployment
on:
push:
jobs:
unit-test:
name: run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: python -m unittest