We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b40b6 commit a3f3440Copy full SHA for a3f3440
.github/workflows/ci.yml
@@ -7,15 +7,14 @@ jobs:
7
steps:
8
- name: Check out repository
9
uses: actions/checkout@v4
10
- - name: Setup environment variables
11
- env:
12
- OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
13
- name: Set up MATLAB
14
uses: matlab-actions/setup-matlab@v2
15
with:
16
products: Text_Analytics_Toolbox
17
cache: true
18
- name: Run tests and generate artifacts
+ env:
+ OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
19
uses: matlab-actions/run-tests@v2
20
21
test-results-junit: test-results/results.xml
0 commit comments