Skip to content

Commit fa10f8a

Browse files
committed
enable test again
1 parent 8f7e296 commit fa10f8a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: .github/workflows/CI.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
uses: matlab-actions/run-command@v2
5151
with:
5252
command: disp('Hello, MATLAB!');
53-
# - name: Check MATLAB Installation
54-
# run: matlab -batch "disp('Hello, MATLAB!');"
55-
# - name: Install csh
56-
# run: sudo apt-get update && sudo apt-get install csh
57-
# - uses: julia-actions/julia-buildpkg@latest
58-
# - uses: julia-actions/julia-runtest@latest
53+
- name: Build Julia package
54+
uses: julia-actions/julia-buildpkg@latest
55+
- name: Run Julia tests
56+
uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)