Skip to content

Commit

Permalink
Added GitHub Action for week 2 scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wmutschl committed Oct 26, 2023
1 parent 0a44380 commit 23a5287
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@ jobs:
- name: Run week 1 scripts
uses: matlab-actions/run-command@v1
with:
command: cd("progs/matlab"), quickTourMatlab
command: |
cd("progs/matlab")
quickTourMatlab
- name: Run week 2 scripts
uses: matlab-actions/run-command@v1
with:
command: |
cd("progs/matlab")
visualizingTimeSeriesDataNorway
definitionFrequenciesTimeSeriesData
whiteNoisePlots
ARPlots

0 comments on commit 23a5287

Please sign in to comment.