Skip to content

Commit f08d331

Browse files
authored
Setup github actions (#85)
Setup github actions
1 parent 1279e8a commit f08d331

File tree

3 files changed

+3
-188
lines changed

3 files changed

+3
-188
lines changed

.fixtures.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
fixtures:
55
forge_modules:
66
repositories:
7+
provision: 'https://github.com/puppetlabs/provision.git'
8+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
9+
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
710
# Should go away when Attempting to work around PDK-1137(https://tickets.puppetlabs.com/browse/PDK-1137)
811
# is resolved.
912
symlinks:

.github/workflows/pr_test.yml

Lines changed: 0 additions & 185 deletions
This file was deleted.

.sync.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ appveyor.yml:
4646
.github/workflows/release.yml:
4747
unmanaged: false
4848

49-
.github/workflows/pr_test.yml:
50-
unmanaged: false
51-
5249
.github/workflows/spec.yml:
5350
checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
5451
unmanaged: false

0 commit comments

Comments
 (0)