Skip to content

Commit

Permalink
fix: set server env
Browse files Browse the repository at this point in the history
  • Loading branch information
WoeOm committed Jul 10, 2024
1 parent c208e31 commit bfe9138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install

- name: Run server
env:
REACT_APP_MULTISIG_MEMBER_MNEMONICS: ${{ secrets.MULTISIG_MEMBER_MNEMONICS }}
run: npm run start &
- name: wait server start
run: |
Expand All @@ -30,10 +32,8 @@ jobs:
sleep 1
done
- name: run test
env:
REACT_APP_MULTISIG_MEMBER_MNEMONICS: ${{ secrets.MULTISIG_MEMBER_MNEMONICS }}
run: npx cypress run
- name: run test
run: npx cypress run

- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit bfe9138

Please sign in to comment.