Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 29, 2024
1 parent fdcea56 commit 1916408
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/volto_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,26 @@ jobs:
run: |
make test-ci
- name: Run i18n tests
working-directory: volto_addon/volto-addon
run: |
make i18n
- name: Run linting
working-directory: volto_addon/volto-addon
run: |
make lint
- name: Run formatting
working-directory: volto_addon/volto-addon
run: |
make format
- name: Run Storybook
working-directory: volto_addon/volto-addon
run: |
make storybook-build
- name: Start Servers
uses: JarvusInnovations/background-action@v1
with:
Expand Down Expand Up @@ -147,23 +167,3 @@ jobs:
working-directory: volto_addon/volto-addon
run: |
make test-acceptance-headless
- name: Run i18n tests
working-directory: volto_addon/volto-addon
run: |
make i18n
- name: Run linting
working-directory: volto_addon/volto-addon
run: |
make lint
- name: Run formatting
working-directory: volto_addon/volto-addon
run: |
make format
- name: Run Storybook
working-directory: volto_addon/volto-addon
run: |
make storybook-build

0 comments on commit 1916408

Please sign in to comment.