Skip to content

Commit

Permalink
feat: cypress text
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Zhao committed Nov 1, 2023
1 parent 2ddac42 commit afae661
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/e2e-text.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,8 @@ jobs:

- run: yarn

- name: Set environment variables
run: |
echo "REACT_APP_API_URL=http://fe.alipay.net:8080" >> $GITHUB_ENV
echo "PORT=3000" >> $GITHUB_ENV
echo "HOST=fe.alipay.net" >> $GITHUB_ENV
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Install dependencies
run: yarn install
run: yarn

- name: Cypress run
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit afae661

Please sign in to comment.