Skip to content

Commit

Permalink
fix: add upload test-result
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus committed Oct 12, 2023
1 parent 5c11b2e commit d947bf2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
run: npm ci
- name: Unit Tests
run: npm run test

7 changes: 7 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ jobs:
name: playwright-reports
path: playwright-report
retention-days: 1
- name: Upload Playwright test results to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: test-results
path: test-results
retention-days: 1

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@
"prettier --write"
]
}
}
}
5 changes: 0 additions & 5 deletions test-component/playwright/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
@import '../../styles/styles.scss';

body {
font-size: 16px;
font-family: Roboto, sans-serif;
}

0 comments on commit d947bf2

Please sign in to comment.