From a74a469362d0c9cacd615b68994a35825851edc0 Mon Sep 17 00:00:00 2001 From: Johannes Obermair Date: Wed, 4 Dec 2024 09:27:27 +0100 Subject: [PATCH] Test --- .github/workflows/lint-create-app.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-create-app.yml b/.github/workflows/lint-create-app.yml index 09ebce94d..b60472963 100644 --- a/.github/workflows/lint-create-app.yml +++ b/.github/workflows/lint-create-app.yml @@ -37,7 +37,7 @@ jobs: registry-url: "https://registry.npmjs.org" - name: Install dependencies - run: npm --prefix create-app install + run: npm --prefix create-app ci - name: Lint run: npm --prefix create-app run lint @@ -45,5 +45,8 @@ jobs: - name: Build run: npm --prefix create-app run build - - name: Execute @comet/create-app + - name: Create a new application run: cd create-app/ && node bin/index.js test --no-install --no-commit + + - name: Remove the site + run: cd create-app/ && node bin/index.js remove-site