Skip to content

Commit 522d865

Browse files
committed
update 'test_all' condition to new workflow names
1 parent efbb2c5 commit 522d865

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: allcontributors
22
Title: Acknowledge all Contributors to a Project
3-
Version: 0.2.2.012
3+
Version: 0.2.2.013
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
66
person("Chris", "Hartgerink", role = "aut"),

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/ropensci/allcontributors",
88
"issueTracker": "https://github.com/ropensci/allcontributors/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.2.2.012",
10+
"version": "0.2.2.013",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

tests/testthat/test-get-contribs.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
context ("get contributors")
22

3-
test_all <- (identical (Sys.getenv ("MPADGE_LOCAL"), "true") |
4-
identical (Sys.getenv ("GITHUB_WORKFLOW"), "test-coverage"))
3+
test_all <- (identical (Sys.getenv ("MPADGE_LOCAL"), "true") ||
4+
identical (Sys.getenv ("GITHUB_JOB"), "test-coverage"))
55

66
testthat::skip_if (!test_all)
77

0 commit comments

Comments
 (0)