File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: tests
2
2
on :
3
3
pull_request :
4
4
push :
5
- branches : [ main, develop ]
5
+ branches : [ main ]
6
6
7
7
schedule :
8
8
- cron : ' 25 08 * * *'
Original file line number Diff line number Diff line change @@ -36,21 +36,20 @@ check_backstopjs () {
36
36
ddev backstopjs local test >&3
37
37
}
38
38
39
- @test " install from directory " {
39
+ @test " Install latest commit " {
40
40
set -eu -o pipefail
41
41
cd ${TESTDIR}
42
42
echo " # ddev get ${DIR} with project ${PROJNAME} in ${TESTDIR} ($( pwd) )" >&3
43
43
ddev get ${DIR}
44
44
echo " Installed add-on from directory, restarting ddev" >&3
45
45
ddev restart
46
-
47
46
echo " Testing backstopjs" >&3
48
47
check_installed
49
48
check_backstopjs
50
49
}
51
50
52
51
53
- @test " install from release" {
52
+ @test " Install latest release version " {
54
53
set -eu -o pipefail
55
54
cd ${TESTDIR} || ( printf " unable to cd to ${TESTDIR} \n" && exit 1 )
56
55
echo " Aljibe already have the release version, running tests now"
You can’t perform that action at this time.
0 commit comments