diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 267c6c6..cd20e13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,3 +11,5 @@ jobs: steps: - name: Checkout code from repository uses: actions/checkout@v3 + - name: Run Python tests + run: python test.py