pull/378/head
evelynmitchell 1 year ago
parent 1f4dabbb0b
commit 02fcffc13a

@ -62,14 +62,14 @@ jobs:
echo "Running extended tests, installing dependencies with poetry..." echo "Running extended tests, installing dependencies with poetry..."
poetry install -E extended_testing poetry install -E extended_testing
fi fi
name: Run ${{matrix.test_type}} tests - name: Run ${{matrix.test_type}} tests
run: | run: |
if [ "${{ matrix.test_type }}" == "core" ]; then if [ "${{ matrix.test_type }}" == "core" ]; then
make test make test
else else
make extended_tests make extended_tests
fi fi
shell: bash shell: bash
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save