Skip to content

two workflows added, to automate extra-tests #1

two workflows added, to automate extra-tests

two workflows added, to automate extra-tests #1

Workflow file for this run

name: extra-tests
on: [push, pull_request]
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Checkout HiGHS repo
uses: actions/checkout@v4
with:
repository: ERGO-Code/HiGHS
path: HiGHS
- name: Checkout highs-unit-tests repo
uses: actions/checkout@v4
with:
repository: galabovaa/highs-unit-tests
path: highs-unit-tests
- name: ls HiGHS
working-directory: HiGHS
run: ls -a