Upgrade headless tests cache key (#1866)

This commit is contained in:
Mihovil Ilakovac 2024-03-08 16:55:50 +01:00 committed by GitHub
parent 8d7c64a296
commit cb6d10143e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -42,10 +42,9 @@ export const ChatPage = () => {
))
const connectionIcon = isConnected ? '🟢' : '🔴'
return (
<>
<h2 className="text-2xl font-bold mb-4">Chat</h2>
<h2 className="text-2xl font-bold mb-4">Chats</h2>
<div>
<form onSubmit={handleSubmit}>
<div className="flex space-x-4 place-items-center">