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 8dd67f5 commit 00d5779
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- name: Run Build Step
- name: Create Build Script
uses: julia-actions/julia-buildpkg@master
- name: Run Build Script
uses: matlab-actions/run-command@v1
with:
command: addpath('deps'), build
- name: Run Julia tests
uses: julia-actions/julia-runtest@master
- name: Run MATLAB tests
Expand Down

0 comments on commit 00d5779

Please sign in to comment.