Skip to content

[MAINTENANCE] fixed warnings logs (#118) #204

[MAINTENANCE] fixed warnings logs (#118)

[MAINTENANCE] fixed warnings logs (#118) #204

name: Run unit tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
paths:
- '**.py'
- 'functions/data_test/Dockerfile'
- 'functions/allure_report/Dockerfile'
- 'functions/report_push/Dockerfile'
jobs:
unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
test-type: [data_test, allure_report, report_push]
steps:
- name: checkout
uses: actions/checkout@v3
- name: Run unit tests
run: |
make run-unit-tests test=${{ matrix.test-type }}