Skip to content

Commit

Permalink
Merge pull request #1521 from mito-ds/update-workflow-for-mito-ai
Browse files Browse the repository at this point in the history
.github: run workflow with and without server
  • Loading branch information
ngafar authored Feb 12, 2025
2 parents b7dd47e + 7df7e71 commit 0d65827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-mito-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
jupyter lab --config jupyter_server_test_config.py &
npm run test:mitoai
env:
OPENAI_API_KEY: ${{ matrix.use-mito-ai-server && '' || secrets.OPENAI_API_KEY }}
OPENAI_API_KEY: ${{ matrix.use-mito-ai-server == false && secrets.OPENAI_API_KEY || '' }}
- name: Upload test-results
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 0d65827

Please sign in to comment.