Skip to content

Commit

Permalink
set ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Jul 26, 2024
1 parent 018b1f8 commit 5158af6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-theta-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
group: self-hosted-runners
jobs:
test-public-testnet:
runs-on: self-hosted-ubuntu-22.04
runs-on: cosmos-runner-set
steps:
# Get system info
- run: ifconfig
Expand Down Expand Up @@ -42,8 +42,7 @@ jobs:
python -m pip install toml toml-cli ansible
- name: Configure ansible.cfg
run: |
source ~/env/bin/activate
echo "transport = local" >> ansible.cfg
ansible_cfg=$(sed '/\[defaults\]/a transport = local' ansible.cfg); echo "$ansible_cfg" > ansible.cfg
- name: Install ansible-galaxy requirements
run: |
source ~/env/bin/activate
Expand Down

0 comments on commit 5158af6

Please sign in to comment.