Skip to content

Commit

Permalink
Revert "Change order of github action."
Browse files Browse the repository at this point in the history
This reverts commit 68b9ce0.
  • Loading branch information
dlrice committed Nov 8, 2024
1 parent b7a89de commit e088fd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-and-publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
- name: 🔧 Install
run: |
yarn
- name: 🧪 Test - Lint
- name: 🔧 Build
run: |
yarn lint
yarn clean
yarn build
- name: 🧪 Test - Unit
run: |
yarn test
- name: 🔧 Build
- name: 🧪 Test - Lint
run: |
yarn clean
yarn build
yarn lint
- name: 📚 Storybook
run: |
yarn build-storybook
Expand Down

0 comments on commit e088fd8

Please sign in to comment.