Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd authored Oct 25, 2021
1 parent 027a5b8 commit 95c7ff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: ${{ matrix.julia-version }}
- name: Generate Build Script
uses: julia-actions/julia-buildpkg@master
- name: Run Build Script
- name: Generate Mex File
uses: matlab-actions/run-command@v1
with:
command: addpath('deps'), build
Expand All @@ -33,4 +33,5 @@ jobs:
- name: Run MATLAB tests
uses: matlab-actions/run-tests@v1
with:
source-folder: mexjulia
select-by-folder: test

0 comments on commit 95c7ff3

Please sign in to comment.