Skip to content

Commit

Permalink
[fix] load ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed Mar 28, 2024
1 parent 06f8d7a commit 5d4e86d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @edisonz0718 @AndyBoWu
* @tyitang @edisonz0718 @AndyBoWu
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Lint
run: pnpm eslint .
# Ensure you have a lint script in your package.json

- name: Load CI env
run: |
source ci.env
- name: Run Tests
run: pnpm exec playwright test
Expand Down

0 comments on commit 5d4e86d

Please sign in to comment.