Skip to content

Commit

Permalink
Merge pull request #10 from storyprotocol/fix/load_ci_env
Browse files Browse the repository at this point in the history
[fix] load ci env
  • Loading branch information
AndyBoWu authored Mar 28, 2024
2 parents 06f8d7a + 5d4e86d commit 8a5b6a7
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 8a5b6a7

Please sign in to comment.