From cfdd79e8bae90562034ea2002f5508dc017bee0e Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Fri, 28 Feb 2025 01:59:18 +0100 Subject: [PATCH 1/2] fix: Remove env var tests from deploy --- .github/workflows/push.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9d2450e3..edf76313 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -49,26 +49,6 @@ jobs: committer_name: Github Actions[bot] author_name: Github Actions[bot] message: Update PolicyEngine API - test_env_vars: - name: Test environment variables - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: "3.11" - - name: GCP authentication - uses: google-github-actions/auth@v2 - with: - credentials_json: ${{ secrets.GCP_SA_KEY }} - - name: Run environment variable tests - run: pytest tests/env_variables/test_environment_variables.py - env: - POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN: ${{ secrets.POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN }} - HUGGING_FACE_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }} - POLICYENGINE_DB_PASSWORD: ${{ secrets.POLICYENGINE_DB_PASSWORD }} deploy: name: Deploy API runs-on: ubuntu-latest From 97d8227e1c49803ff9ee6581cdbe78ce490600ae Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Fri, 28 Feb 2025 02:00:57 +0100 Subject: [PATCH 2/2] chore: Changelog --- changelog_entry.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29b..7b29939b 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + removed: + - Environment variable tests from the GitHub push action, as we run no other tests in this action \ No newline at end of file