Skip to content

Commit

Permalink
Merge branch 'main' into puppetlabsGH-318-fix_languageserver_symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
bit0rez authored Feb 14, 2023
2 parents 1db6f04 + a555b36 commit 2e2ce4c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/create-test-matrix.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ $OSList =@('ubuntu-20.04', 'windows-2019')
# - https://www.msys2.org/news/#2021-01-31-aslr-enabled-by-default
$RubyPuppet = @(
@{ ruby = '2.7'; puppet_gem_version = '~> 7.0' }
@{ ruby = '2.5.8'; puppet_gem_version = '~> 6.0' }
@{ ruby = '2.4'; puppet_gem_version = '~> 5.0' }
)

$OSList | ForEach-Object {
Expand All @@ -38,14 +36,6 @@ $OSList | ForEach-Object {
}
}

# Add Version specific Tests
$Jobs += @{
job_name = 'Puppet 5.1.0 Unit Test'
os = $OS
ruby = "2.4"
puppet_gem_version = "5.1.0"
rake_tasks = 'gem_revendor test_languageserver'
}

# Add Acceptance tests
$Jobs += @{
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "mend"

on:
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:

mend:
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
secrets: "inherit"

0 comments on commit 2e2ce4c

Please sign in to comment.