Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/matlab-actions/run…
Browse files Browse the repository at this point in the history
…-tests-2
  • Loading branch information
jgray-19 authored Feb 7, 2024
2 parents 7fa89d7 + 5385c99 commit 6421444
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Retrieve necessary file
run: unzip PhotonAttenuation.zip PhotonAttenuationQ.m -d src/
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
products: Image_Processing_Toolbox
- name: Run tests and generate artifacts
uses: matlab-actions/run-tests@v2
with:
Expand Down

0 comments on commit 6421444

Please sign in to comment.