Skip to content

Commit

Permalink
Test13
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Jul 2, 2024
1 parent 4764253 commit 9c3a10f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
ruby -ryaml -rjson -e 'puts JSON.pretty_generate(YAML.load(ARGF))' $*
}
echo "Target Machine: $(yaml2json ./inventory.yaml | jq -r '.groups[2].targets[0].uri')"
TARGET_HOST=$(yaml2json ./inventory.yaml | jq -r '.groups[2].targets[0].uri') bundle exec rspec ./spec/acceptance/
TARGET_HOST=$(yaml2json ./spec/fixtures/litmus_inventory.yaml | jq -r '.groups[2].targets[0].uri') bundle exec rspec ./spec/acceptance/
# target=$(yaml2json ../inventory.yaml | jq -r '.groups[1].targets[0].uri')
# TARGET_HOST=35.185.225.136 bundle exec rspec ./spec/acceptance/

0 comments on commit 9c3a10f

Please sign in to comment.