Skip to content

Commit

Permalink
fix #2 CI\CD
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimnikonov1 committed Oct 18, 2023
1 parent bc3878e commit f9f85c5
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,12 @@ jobs:
with:
node-version: v16.14.2

# - name: Install Playwright
# run: |
# cd e2e-ci-cd/
# npm install --global yarn
# yarn
# npx playwright install

- name: Install dependencies
run: npm ci
- name: Install Playwright
run: npx playwright install --with-deps
run: |
cd e2e-ci-cd/
npm install --global yarn
yarn
npx playwright install
- name: Sepolia network
run: |
Expand Down

0 comments on commit f9f85c5

Please sign in to comment.