Skip to content

Merge pull request #2 from Timi007/fix_annotation_file_path #23

Merge pull request #2 from Timi007/fix_annotation_file_path

Merge pull request #2 from Timi007/fix_annotation_file_path #23

Workflow file for this run

name: Test Action
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: 'acemod/ace3'
path: 'ace3'
- name: Test Setup HEMTT
uses: ./
with:
version: 'latest'
- name: Run HEMTT
run: hemtt dev
working-directory: ace3