Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph committed Sep 20, 2023
1 parent a3ddcd9 commit a130ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Main
on:
push:
branches: [master]
branches: [ master ]
pull_request:
branches: [master]
branches: [ master ]

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:

- name: Install and Run TDEX Daemon
shell: 'script -q -e -c "bash {0}"'
run: yarn tdex:run-initialized
run: yarn tdex:run-init

- name: Run electrs-batch-server
shell: bash
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"tdex:connect": "docker exec -it tdexd tdexdconnect --out url",
"tdex:run": "bash scripts/tdexd-run",
"tdex:run-init": "bash scripts/tdexd-run-initialized.sh",
"tdex:run-initialized": "curl https://raw.githubusercontent.com/TDex-network/tdex-sdk/master/scripts/tdexd-run -o tdex-run && bash tdex-run && rm tdex-run",
"test": "craco test"
},
"dependencies": {
Expand Down

0 comments on commit a130ad1

Please sign in to comment.