Skip to content

Commit

Permalink
[TMP] Try runner user
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Mar 17, 2021
1 parent ca11458 commit b49fe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Generate dummy SSH key
run: ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
- name: Create hosts file
run: echo "localhost ansible_connection=local ansible_user=root" > hosts
run: echo "localhost ansible_connection=local ansible_user=runner" > hosts
- name: Run CONSUL installer
env:
RAILS_ENV: ${{ matrix.rails_env }}
Expand Down

0 comments on commit b49fe5e

Please sign in to comment.