-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitpod.yml
31 lines (28 loc) · 969 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
image: marcopeg/gitpod-workspace-postgres:2.5.0
tasks:
- name: Utility
init: rm -rf ./.gitpod.lock && npm i && touch ./.gitpod.lock
command: echo "Hello Fetchq :-)"
openIn: bottom
openMode: tab-before
- name: Unit Tests
init: echo "Awaiting NPM install..." && while ! find ./.gitpod.lock 2> /dev/null 1> /dev/null; do sleep 5; done
command: yarn tdd:unit
openIn: right
openMode: tab-after
- name: E2E Tests
init: echo "Awaiting NPM install..." && while ! find ./.gitpod.lock 2> /dev/null 1> /dev/null; do sleep 5; done
command: yarn tdd:e2e
openIn: right
openMode: tab-after
ports:
- port: 8008
onOpen: ignore
- port: 5432
onOpen: ignore
vscode:
extensions:
- [email protected]:DO6k4GCpqhwZcKo+jY9xjQ==
- [email protected]:37/f4uBlE287wUjENFq1aA==
- [email protected]:SSXjr5hZcbqSF7nMIhTNnA==
- [email protected]:8IqxuxCVol2WnScJc5xVzg==