From a512a3a64d6f7fb9adee8464de10d35bc7ea6ead Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Mon, 27 Nov 2023 20:40:33 -0600 Subject: [PATCH 1/2] fix: remove terraform and reactjs tests --- .github/workflows/runTests.yml | 6 ------ 1 file changed, 6 deletions(-) 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: From ee4e09a5c5816406023c0eafc7e4c67ad9ca474b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 28 Nov 2023 02:41:33 +0000 Subject: [PATCH 2/2] chore: [gh] Update __version__.py to 1.1.1 [skip ci] --- grader/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'