Skip to content

Commit

Permalink
💚 スクリプトの順番変更
Browse files Browse the repository at this point in the history
  • Loading branch information
wappon28dev committed Jul 2, 2024
1 parent 2ba4182 commit 3b1f936
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@ jobs:
- name: 🎉 Install project dependencies
run: npm install

- name: ✅ Check code format/style
run: npm run test
- name: 🔧 Create Empty Mocks
run: npm run create-empty-mocks

- name: 🏗️ Build app
run: npm run build
env:
PUBLIC_MICROCMS_SERVICE_DOMAIN: ${{ secrets.PUBLIC_MICROCMS_SERVICE_DOMAIN }}
PUBLIC_MICROCMS_API_KEY: ${{ secrets.PUBLIC_MICROCMS_API_KEY }}

- name: ✅ Check code format/style
run: npm run test

- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
Expand Down

0 comments on commit 3b1f936

Please sign in to comment.