Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Feb 20, 2023
1 parent 3ffdb7f commit 2e468d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: yarn playwright test
run: yarn playwright test --reporter=html
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ dist
.vercel
.env
frontend/.env

playwright-report
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ByteDream-JueJin
│ ├─ autoDeploy.yaml // 自动部署
│ ├─ issue.yaml
│ ├─ lint.yaml
│ ├─ test.yaml
│ └─ release.yaml
├─ .gitignore
├─ .husky
Expand All @@ -81,6 +82,7 @@ ByteDream-JueJin
│ ├─ extensions.json
│ └─ settings.json
├─ .yarnrc
├─ e2e
├─ backend
│ ├─ .editorconfig
│ ├─ .eslintignore
Expand Down

0 comments on commit 2e468d0

Please sign in to comment.