From cb6d10143e235183d2efefef46a74189c6a2d21d Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Fri, 8 Mar 2024 16:55:50 +0100 Subject: [PATCH] Upgrade headless tests cache key (#1866) --- .github/workflows/waspc-ci.yaml | 2 +- waspc/examples/todo-typescript/src/ChatPage.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/waspc-ci.yaml b/.github/workflows/waspc-ci.yaml index 0fc9c536b..0a547eea8 100644 --- a/.github/workflows/waspc-ci.yaml +++ b/.github/workflows/waspc-ci.yaml @@ -168,7 +168,7 @@ jobs: if: matrix.os == 'ubuntu-20.04' with: path: ~/.npm - key: node-modules-${{ hashFiles('./waspc/headless-test/package-lock.json') }} + key: node-modules-${{ hashFiles('./waspc/headless-test/package-lock.json') }}-${{ matrix.os }}-${{ matrix.node-version }} - name: Headless - Install Dependencies id: headless-install-dependencies diff --git a/waspc/examples/todo-typescript/src/ChatPage.tsx b/waspc/examples/todo-typescript/src/ChatPage.tsx index 60a4cb6de..c4f8d0d99 100644 --- a/waspc/examples/todo-typescript/src/ChatPage.tsx +++ b/waspc/examples/todo-typescript/src/ChatPage.tsx @@ -42,10 +42,9 @@ export const ChatPage = () => { )) const connectionIcon = isConnected ? '🟢' : '🔴' - return ( <> -

Chat

+

Chats