Skip to content

Commit a3f3440

Browse files
committed
Update ci.yml
1 parent 37b40b6 commit a3f3440

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ jobs:
77
steps:
88
- name: Check out repository
99
uses: actions/checkout@v4
10-
- name: Setup environment variables
11-
env:
12-
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
1310
- name: Set up MATLAB
1411
uses: matlab-actions/setup-matlab@v2
1512
with:
1613
products: Text_Analytics_Toolbox
1714
cache: true
1815
- name: Run tests and generate artifacts
16+
env:
17+
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
1918
uses: matlab-actions/run-tests@v2
2019
with:
2120
test-results-junit: test-results/results.xml

0 commit comments

Comments
 (0)