diff --git a/.github/workflows/runTests.yml b/.github/workflows/runTests.yml index a7539f6..8431d66 100644 --- a/.github/workflows/runTests.yml +++ b/.github/workflows/runTests.yml @@ -26,12 +26,6 @@ jobs: pinecone-api-key: "${{ secrets.PINECONE_API_KEY }}" pinecone-environment: "${{ secrets.PINECONE_ENVIRONMENT }}" - - name: Run Terraform tests - uses: ./.github/actions/tests/reactjs - - - name: Run ReactJS tests - uses: ./.github/actions/tests/reactjs - - name: Run pre-commit tests uses: ./.github/actions/tests/pre-commit with: diff --git a/grader/__version__.py b/grader/__version__.py index 1a72d32..b3ddbc4 100644 --- a/grader/__version__.py +++ b/grader/__version__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.1.1'