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 🚀