From 59674a2f75682807f5fe7f8ae12fc35442491934 Mon Sep 17 00:00:00 2001 From: Brandon Lyons Date: Thu, 27 Oct 2022 16:48:07 -0700 Subject: [PATCH 1/4] chore: set timezone to UTC before starting cypress tests --- scripts/integ-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integ-test.sh b/scripts/integ-test.sh index 7e3e4af34..131689ab8 100755 --- a/scripts/integ-test.sh +++ b/scripts/integ-test.sh @@ -2,6 +2,6 @@ (cd packages/integration-test && ( (npm start &> /dev/null & npx --no-install wait-on http://localhost:3000) && - npx --no-install cypress run -C cypress.config.ts + TZ=UTC npx --no-install cypress run -C cypress.config.ts kill -9 `lsof -t -i :3000 -s` )) From c0df370e3e7b29f972b7649bbf39911b6ba87b10 Mon Sep 17 00:00:00 2001 From: Scott Young Date: Thu, 27 Oct 2022 15:25:30 -0700 Subject: [PATCH 2/4] fix: cli test fix --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index dabb1fe1c..81fff05c1 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,10 +20,10 @@ jobs: with: path: amplify-cli repository: aws-amplify/amplify-cli - - name: Setup Node.js LTS + - name: Setup Node.js LTS/gallium uses: actions/setup-node@v2 with: - node-version: lts/* + node-version: lts/gallium - name: Build amplify-codegen-ui working-directory: amplify-codegen-ui run: | From 211991f4380c1115963f5fdaad434e8162130d46 Mon Sep 17 00:00:00 2001 From: Brandon Lyons Date: Fri, 28 Oct 2022 14:18:27 -0700 Subject: [PATCH 3/4] chore: add character to readme temporarily --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6469fad..f62f61ce9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Open Bugs](https://img.shields.io/github/issues/aws-amplify/amplify-codegen-ui/bug?color=d73a4a&label=bugs)](https://github.com/aws-amplify/amplify-codegen-ui/issues?q=is%3Aissue+is%3Aopen+label%3Abug) [![Feature Requests](https://img.shields.io/github/issues/aws-amplify/amplify-codegen-ui/feature-request?color=ff9001&label=feature%20requests)](https://github.com/aws-amplify/amplify-codegen-ui/issues?q=is%3Aissue+label%3Afeature-request+is%3Aopen) -Generate React components for use in an AWS Amplify project. +Generate React components for use in an AWS Amplify project.. ## Usage From a900e8bd29533c2a4b0e36b55e17237a92035740 Mon Sep 17 00:00:00 2001 From: Brandon Lyons Date: Fri, 28 Oct 2022 14:20:32 -0700 Subject: [PATCH 4/4] chore: fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f62f61ce9..ec6469fad 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Open Bugs](https://img.shields.io/github/issues/aws-amplify/amplify-codegen-ui/bug?color=d73a4a&label=bugs)](https://github.com/aws-amplify/amplify-codegen-ui/issues?q=is%3Aissue+is%3Aopen+label%3Abug) [![Feature Requests](https://img.shields.io/github/issues/aws-amplify/amplify-codegen-ui/feature-request?color=ff9001&label=feature%20requests)](https://github.com/aws-amplify/amplify-codegen-ui/issues?q=is%3Aissue+label%3Afeature-request+is%3Aopen) -Generate React components for use in an AWS Amplify project.. +Generate React components for use in an AWS Amplify project. ## Usage