Skip to content

Commit

Permalink
Adjust GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Sep 15, 2023
1 parent 8a18956 commit cd0488e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/egress-composite-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playwright Tests
name: Egress Composite E2E
on:
pull_request:
types:
Expand Down Expand Up @@ -27,13 +27,14 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
cache-dependency-path: 'yarn.lock'

- name: Install dependencies
run: yarn install --immutable
Expand All @@ -43,7 +44,7 @@ jobs:
NODE_ENV: production
run: yarn build:react:deps

- name: 💾 Cache Playwright browsers
- name: Cache Playwright browsers
uses: actions/cache@v3
id: playwright-cache
with:
Expand All @@ -60,9 +61,3 @@ jobs:
- name: Run Playwright tests
working-directory: sample-apps/react/egress-composite
run: yarn buddy auth && yarn test:e2e

- uses: actions/upload-artifact@v3
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit cd0488e

Please sign in to comment.