Skip to content

Commit

Permalink
fix: step for script execution for web client
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 13, 2024
1 parent 272dda7 commit 10a2767
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- name: Wait for services to be ready
run: |
sleep 80 # Adjust time as necessary for services to initialize
- name: Run start-test-components.sh for web client tests
run: |
cd clients/tests/web
chmod +x start-test-components.sh
./start-test-components.sh
- name: Verify Bitcoin daemon Service and create wallet
run: |
container_id=$(docker ps -qf "name=mercurylayer-bitcoind-1")
Expand Down Expand Up @@ -160,11 +165,6 @@ jobs:
node test_basic_workflow2.js
node test_atomic_swap.js
mocha ./test/tb04-simple-lightning-latch.mjs --exit
- name: Run start-test-components.sh for web client tests
run: |
cd clients/tests/web
chmod +x start-test-components.sh
./start-test-components.sh
- name: Run web client Tests
run: |
cd clients/tests/web
Expand Down

0 comments on commit 10a2767

Please sign in to comment.