From ae73246c54b8268a20513b01f501531b4490280f Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Tue, 11 Jun 2024 19:12:48 -0700 Subject: [PATCH] test before deploy --- .github/workflows/build-and-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 113694f..499eb70 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -7,7 +7,7 @@ permissions: contents: write jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: macos-latest environment: deploy steps: - name: Checkout 🛎️ @@ -21,6 +21,7 @@ jobs: - name: Install and Build 🔧 run: | npm ci + npm run check-ci npm run build-ci - name: Deploy 🚀