Skip to content

Commit

Permalink
chore: refine e2e yml
Browse files Browse the repository at this point in the history
  • Loading branch information
will-2012 committed May 26, 2023
1 parent 863c86f commit 6663a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- name: Run Greenfield-SPs
run: |
bash ./deployment/localup/localup.sh --generate $GITHUB_WORKSPACE/greenfield/sp.json ${{ env.MYSQL_USER }} ${{ env.MYSQL_PASSWORD }} ${{ env.MYSQL_IP }}:${{ env.MYSQL_PORT }}
bash ./deployment/localup/localup.sh --gene2e $GITHUB_WORKSPACE/greenfield/sp.json
bash ./deployment/localup/localup.sh --reset
bash ./deployment/localup/localup.sh --start
sleep 10
Expand All @@ -85,7 +84,8 @@ jobs:
cd greenfield-integration-test
git checkout ${{ env.GreenfieldIntegrationTestBranch }}
cd ..
/bin/cp -rf test/e2e/localup_env/integration_config/config.yml greenfield-integration-test/config/config.yml
bash ./deployment/localup/localup.sh --gene2e $GITHUB_WORKSPACE/greenfield/sp.json
cp -rf test/e2e/localup_env/integration_config/config.yml greenfield-integration-test/config/config.yml
cd greenfield-integration-test
cat config/config.yml
go test -v tests/storage/new_sdk_test.go
Expand Down

0 comments on commit 6663a28

Please sign in to comment.