Skip to content

Commit

Permalink
clone sphinx stack from new branch with change of ports
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Aug 30, 2024
1 parent b59810b commit ec53330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prjob_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Clone Stack
run: |
git clone https://github.com/stakwork/sphinx-stack.git stackv2;
git clone --single-branch --branch change_v2_ports https://github.com/stakwork/sphinx-stack.git stackv2;
- name: Run Stack V2
uses: nick-fields/retry@v2
Expand All @@ -39,7 +39,7 @@ jobs:
run: go get golang.org/x/tools/cmd/cover

- name: Tests
run: sudo V2_BOT_URL=http://localhost:3001 V2_BOT_TOKEN=xyzxyzxyz go test ./... -race -v -coverprofile=coverage.out && ./cover-check.sh coverage.out 8.4
run: sudo V2_BOT_URL=http://localhost:3005 V2_BOT_TOKEN=xyzxyzxyz go test ./... -race -v -coverprofile=coverage.out && ./cover-check.sh coverage.out 8.4

- name: Droping DB with docker compose
run: docker compose -f ./docker/testdb-docker-compose.yml -p test_db down
Expand Down

0 comments on commit ec53330

Please sign in to comment.