File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 10
10
- main
11
11
- master
12
12
13
- name : R-CMD-check
13
+ name : Check
14
14
15
15
jobs :
16
16
R-CMD-check :
77
77
run : |
78
78
brew install libgit2
79
79
80
+ - name : Install openssl (Windows)
81
+ if : runner.os == 'Windows'
82
+ run : |
83
+ install.packages("openssl", type = "binary")
84
+ shell : Rscript {0}
85
+
80
86
- name : Install dependencies
81
87
run : |
82
88
remotes::install_deps(dependencies = TRUE)
@@ -110,3 +116,19 @@ jobs:
110
116
with :
111
117
name : ${{ runner.os }}-r${{ matrix.config.r }}-results
112
118
path : check
119
+
120
+ check-orderly-server :
121
+
122
+ runs-on : ubuntu-20.04
123
+
124
+ needs : R-CMD-check
125
+
126
+ steps :
127
+ -
uses :
convictional/[email protected]
128
+ with :
129
+ owner : vimc
130
+ repo : orderly.server
131
+ ref : master
132
+ github_token : ${{ secrets.REPO_DISPATCH_TOKEN }}
133
+ client_payload : " {\" orderly_version\" : \" ${{ github.event_name == 'push' && 'master' || github.head_ref }}\" }"
134
+ workflow_file_name : R-CMD-check.yaml
Original file line number Diff line number Diff line change @@ -33,3 +33,10 @@ steps:
33
33
branches : " master"
34
34
build :
35
35
branch : master
36
+
37
+ - trigger : " orderly-dot-server-test"
38
+ label : " :rocket: orderly.server (from orderly) :cloud:"
39
+ build :
40
+ branch : !master
41
+ env :
42
+ ORDERLY_VERSION : " ${BUILDKITE_COMMIT:0:7}"
You can’t perform that action at this time.
0 commit comments