Skip to content

Update analysis scripts and split python and r environments #147

Update analysis scripts and split python and r environments

Update analysis scripts and split python and r environments #147

Workflow file for this run

on:
push:
paths:
- '**/*.sh'
pull_request:
name: "Run Bash Tests"
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
testfile:
- test_control_table_control.sh
steps:
- uses: actions/checkout@v3
- name: Run ${{ matrix.testfile }}
run: cd tests && bash ${{ matrix.testfile }}