Skip to content

Commit

Permalink
Move timeout into test step
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Nov 14, 2024
1 parent 8a36a99 commit dd88c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- os: ubuntu-latest
folder: Mooring
name: "${{ matrix.folder }} - ${{ matrix.os }} - ${{ matrix.release }}"
timeout-minutes: 45
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -79,6 +78,7 @@ jobs:
echo "DISPLAY=:99" >> $GITHUB_ENV
- name: Install WEC-Sim, run tests and generate artifacts
uses: matlab-actions/run-command@v2
timeout-minutes: 45
with:
command: |
addpath(genpath('WEC-Sim/source'));
Expand Down

0 comments on commit dd88c05

Please sign in to comment.