Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Testing CI
  • Loading branch information
eszmw authored Mar 22, 2024
1 parent a14bb93 commit 1d8c97d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
MATLABVersion: [R2022a,R2022b,R2023a,R2023b,R2024a]
MATLABVersion: [R2023b]
runs-on: ubuntu-latest
steps:
# Checks-out your repository
Expand Down Expand Up @@ -42,6 +42,8 @@ jobs:
# Econometrics_Toolbox
# Deep_Learning_Toolbox

- name: Setup upterm session
uses: lhotari/action-upterm@v1

# Run all the tests
- name: Run SmokeTests
Expand Down

0 comments on commit 1d8c97d

Please sign in to comment.