Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair committed Dec 4, 2024
1 parent c21b0a7 commit a74a469
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint-create-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@ 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

- 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

0 comments on commit a74a469

Please sign in to comment.