Skip to content

Commit

Permalink
test before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 12, 2024
1 parent 574ef03 commit ae73246
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: macos-latest
environment: deploy
steps:
- name: Checkout 🛎️
Expand All @@ -21,6 +21,7 @@ jobs:
- name: Install and Build 🔧
run: |
npm ci
npm run check-ci
npm run build-ci
- name: Deploy 🚀
Expand Down

0 comments on commit ae73246

Please sign in to comment.