Skip to content

Commit

Permalink
Test10
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan authored and jordanbreen28 committed Jul 2, 2024
1 parent a1442fa commit e244717
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ jobs:
EOF
curl -X POST -H "Authorization:bearer $TOKEN" https://facade-main-6f3kfepqcq-uc.a.run.app/v1/provision --data @test_machines.json > inventory.yaml
curl -X POST -H "Authorization:bearer $TOKEN" https://facade-main-6f3kfepqcq-uc.a.run.app/v1/provision --data @test_machines.json > ./spec/fixtures/litmus_inventory.yaml
- name: "print inventory"
run: |
cat ./inventory.yaml
sleep 600s
cat ./spec/fixtures/litmus_inventory.yaml
- name: "run acceptance"
run: |
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ end

group :acceptance_ci do
gem 'puppetlabs_spec_helper', '~> 7.0', require: false
gem 'puppet_litmus'
end
3 changes: 3 additions & 0 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
require 'pdk/util/template_uri'
require 'tempfile'
require 'json'
require 'puppet_litmus'

PuppetLitmus.configure!

# Sets default puppet/ruby versions to be used within the tests
# Duplicates of this are found within spec_helper.rb and spec_helper_package.rb and should be updated simultaneously.
Expand Down

0 comments on commit e244717

Please sign in to comment.