Skip to content

Switch IMASDD to IMAS and make adaptations #37

Switch IMASDD to IMAS and make adaptations

Switch IMASDD to IMAS and make adaptations #37

Workflow file for this run

name: Test
on:
push:
branches: ["master", "reuse_ci"]
paths:
- '.github/workflows/test.yml'
- 'src/**'
- 'test/**'
- 'Project.toml'
pull_request:
branches: ["master"]
paths:
- '.github/workflows/test.yml'
- 'src/**'
- 'test/**'
- 'Project.toml'
jobs:
test:
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test.yml@master
secrets: inherit
# Optional inputs for artifact uploading
# For example, uncomment the following 4 lines to upload test result images that
# will be generated by test/runtests.jl in test directory
# with:
# upload_artifact: true
# artifact_name: test_result_images
# artifact_path: test/*.png
# Optional input to diable use of dvc for downloading sample files
# with:
# use_dvc: false
# secrets: inherit can be removed in this case.