From 9aef63fcda3841dca01e580631ab5595d0656fed Mon Sep 17 00:00:00 2001 From: Weston Clark Date: Wed, 4 Feb 2026 13:32:45 -0500 Subject: [PATCH 1/2] test: ci cd --- rpi-hub-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-hub-server b/rpi-hub-server index ab0b264..2de7c8e 160000 --- a/rpi-hub-server +++ b/rpi-hub-server @@ -1 +1 @@ -Subproject commit ab0b264bbd730db5d2c826674b86a677bbeb5b8e +Subproject commit 2de7c8e1f97f71b37ecb5d19c6977dd755dab9ae From e21222bf892e643f878ad730c66508aca4598595 Mon Sep 17 00:00:00 2001 From: Weston Clark Date: Wed, 4 Feb 2026 13:37:31 -0500 Subject: [PATCH 2/2] test --- .github/actions/install-python-requirements/action.yml | 2 +- .github/workflows/test-web-client.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-python-requirements/action.yml b/.github/actions/install-python-requirements/action.yml index ee414de..cd123d6 100644 --- a/.github/actions/install-python-requirements/action.yml +++ b/.github/actions/install-python-requirements/action.yml @@ -23,7 +23,7 @@ runs: with: python-version: ${{ inputs.python_version }} cache: 'pip' - cache-dependency-path: ${{ inputs.working_directory }}/${{ inputs.requirements_path }} + cache-dependency-path: '${{ inputs.working_directory }}/${{ inputs.requirements_path }}' - name: Install dependencies shell: bash diff --git a/.github/workflows/test-web-client.yml b/.github/workflows/test-web-client.yml index 4cc59a4..628a745 100644 --- a/.github/workflows/test-web-client.yml +++ b/.github/workflows/test-web-client.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ inputs.node_version }} cache: 'npm' - cache-dependency-path: web-client/package-lock.json + cache-dependency-path: 'web-client/package-lock.json' - name: Install dependencies shell: bash