Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit ccd806d

Browse files
authored
Update workflow name
1 parent 4e4553e commit ccd806d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/integration.workflow

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
workflow "Integration tests" {
2-
on = "push"
1+
workflow "Integration test" {
32
resolves = [
43
"test",
54
]
5+
on = "push"
66
}
77

88
action "prepare" {
99
uses = "docker://bash"
1010
runs = "sh -l -c"
1111
args = ["sed -i 's/{GITHUB_SHA}/'\"$GITHUB_SHA\"'/' $GITHUB_WORKSPACE/tests-integration/composer.json"]
12+
1213
#args = ["REPLACEMENT=$(echo '/{GITHUB_SHA}/'$GITHUB_SHA'/g') && sed $REPLACEMENT tests-integration/composer.json"]
1314
}
1415

0 commit comments

Comments
 (0)