Skip to content

Add logging for relative path check #56

Add logging for relative path check

Add logging for relative path check #56

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- debug-macos
- master
- maintenance/**
tags:
- "v*"
env:
PYTHONUNBUFFERED: "1"
jobs:
test:
strategy:
matrix:
python-version: ["3.10"]
os: [macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
pip install -e .
pip install -r "test_requirements.txt"
pip --version
- name: Run tests with unittest
run: |
python -m unittest -v haas.tests.test_haas_application.TestHaasApplication.test_multiple_start_directories
- name: Run tests with haas
run: |
python -m haas haas