Skip to content

Testing MATLAB Jupyter Integration #43

Testing MATLAB Jupyter Integration

Testing MATLAB Jupyter Integration #43

Workflow file for this run

# Copyright 2020-2023 The MathWorks, Inc
# Workflow that contains jobs to test MATLAB Jupyter Integration
name: Testing MATLAB Jupyter Integration
on:
workflow_dispatch:
push:
branches:
- "main"
jobs:
call-unit-tests:
# Runs unit tests
uses: ./.github/workflows/run-unit-tests.yml
call-integration-tests:
# Runs integration tests
uses: ./.github/workflows/run-integration-tests.yml
secrets:
TEST_USERNAME: ${{secrets.TEST_USERNAME}}
TEST_PASSWORD: ${{secrets.TEST_PASSWORD}}