Skip to content

Commit b245ca8

Browse files
committed
run steps
1 parent 79b24ec commit b245ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ ports:
88

99
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
1010
tasks:
11-
- init: echo 'init script' # runs during prebuild
12-
command: echo 'start script'
11+
- init: composer install # runs during prebuild
12+
command: ./vendor/bin/codecept run --steps

0 commit comments

Comments
 (0)