Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df442ec

Browse files
committed
chore(repo): add parallel steps
1 parent b8a12cd commit df442ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.nx/workflows/agents.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ common-init-steps: &common-init-steps
1717
- name: Install e2e deps
1818
script: |
1919
sudo apt-get update
20-
sudo apt-get install -y ca-certificates lsof libvips-dev libglib2.0-dev libgirepository1.0-dev
20+
sudo apt-get install -y ca-certificates lsof libvips-dev libglib2.0-dev libgirepository1.0-dev
2121
2222
- name: Cache restore
2323
uses: 'nrwl/nx-cloud-workflows/v5/workflow-steps/cache/main.yaml'
@@ -48,7 +48,7 @@ common-init-steps: &common-init-steps
4848
- name: Install Browsers
4949
script: |
5050
pnpm exec cypress install
51-
pnpm exec playwright install --with-deps
51+
pnpm exec playwright install --with-deps
5252
5353
- group-name: Install Dependencies and E2E
5454
parallel: true

0 commit comments

Comments
 (0)