Skip to content

check for existance of data on both win and linux paths #228

check for existance of data on both win and linux paths

check for existance of data on both win and linux paths #228

Workflow file for this run

name: atests_and_utests
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
run-robot-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3.10", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install xonsh
run: |
uv tool install xonsh
- name: Run basic tests
run: |
uvx xonsh tasks/baseQC.xsh
- name: Upload Robot Framework log
if: always()
uses: actions/upload-artifact@v3
with:
name: robot-log
path: log.html