We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ce455 commit 15cd980Copy full SHA for 15cd980
.github/workflows/weekly.yml
@@ -2,10 +2,13 @@ name: "weekly"
2
3
on:
4
schedule:
5
- - cron: '0 0 * * 6'
+ - cron: '0 1 * * 4'
6
7
jobs:
8
LitmusAcceptance:
9
+ env:
10
+ HONEYCOMB_WRITEKEY: 7f3c63a70eecc61d635917de46bea4e6
11
+ HONEYCOMB_DATASET: litmus tests
12
runs-on: self-hosted
13
strategy:
14
matrix:
@@ -25,7 +28,7 @@ jobs:
25
28
26
29
27
30
- check: [spec, 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop']
31
+ check: [parallel_spec, 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop']
32
ruby_version: [2.5.x]
33
puppet_gem_version: [~> 5.0, ~> 6.0]
34
exclude:
0 commit comments