Skip to content

Commit

Permalink
ci(cicd.yml): try reordering the mr step after the build step completes
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 10, 2024
1 parent a696cdc commit fb60451
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
- name: Install Playwright and Dependencies
uses: ./.github/actions/install-deps

- name: Run NX Affected Commands
uses: ./.github/actions/run-affected

- name: Lint Monorepo
uses: ./.github/actions/lint-mr

- name: Run NX Affected Commands
uses: ./.github/actions/run-affected
- name: Publish Packages
if: github.event_name == 'push'
uses: ./.github/actions/publish
Expand Down

0 comments on commit fb60451

Please sign in to comment.