Skip to content

Commit

Permalink
moves deps installation order
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri authored Sep 16, 2024
1 parent 013ff13 commit 4e4aa30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
runs-on: warp-praj-arc-test
steps:
# we need at least one thing to run to make sure we include everything for required jobs
- uses: actions/checkout@v3

- name: Install deps
run: sudo apt-get update && sudo apt-get install -y wget curl unzip git

- uses: actions/checkout@v3

- name: Install pnpm
if: needs.changes.outputs.frontend == 'true'
uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -150,11 +150,11 @@ jobs:

steps:
# we need at least one thing to run to make sure we include everything for required jobs
- uses: actions/checkout@v3

- name: Install deps
run: sudo apt-get update && sudo apt-get install -y wget curl unzip git

- uses: actions/checkout@v3

- name: Remove ee
if: needs.changes.outputs.frontend == 'true' && matrix.segment == 'FOSS'
run: rm -rf ee
Expand Down

0 comments on commit 4e4aa30

Please sign in to comment.