Skip to content

Commit

Permalink
re-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Mar 23, 2024
1 parent 535f2f5 commit ecbd9b3
Show file tree
Hide file tree
Showing 9 changed files with 169 additions and 516 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Install Playwright
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps
- name: Run playwright
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e_comparison.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Install Playwright
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps
- name: Run headed playwright
uses: coactions/setup-xvfb@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Install Playwright
working-directory: blockscout-ci-cd/tests/e2e
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: |
# echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/sources.list.d/fonts.list
npx playwright install --with-deps
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Install Playwright
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps
- name: Run playwright
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e_prod_performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Install Playwright
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps
- name: Run headed playwright
uses: coactions/setup-xvfb@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e_rollup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Install Playwright
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps
- name: Run playwright
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e_verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
- name: Install Playwright
working-directory: blockscout-ci-cd/tests/e2e
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: |
# echo "deb http://ftp.us.debian.org/debian buster main non-free" >> /etc/apt/sources.list.d/fonts.list
npx playwright install --with-deps
Expand Down
Loading

0 comments on commit ecbd9b3

Please sign in to comment.