update drone config

pull/154/head
saw-jan 4 years ago
parent d82b9ae05d
commit 842cc63ae7
No known key found for this signature in database
GPG Key ID: B652016B80444A98

@ -17,22 +17,22 @@ steps:
- until curl -s http://localhost:3000; do sleep 5; done - until curl -s http://localhost:3000; do sleep 5; done
- until curl -s http://localhost:1337; do sleep 5; done - until curl -s http://localhost:1337; do sleep 5; done
- name: ui-tests # - name: ui-tests
image: node # image: node
commands: # commands:
- cd client # - cd client
- npm ci # - npm ci
- npm run test:webui tests/acceptance/features # - npm run test:webui tests/acceptance/features
services: services:
- name: postgres # - name: postgres
image: postgres # image: postgres
volumes: # volumes:
- name: data-path # - name: data-path
path: /var/lib/postgresql/data # path: /var/lib/postgresql/data
environment: # environment:
POSTGRES_DB: planka # POSTGRES_DB: planka
POSTGRES_HOST_AUTH_METHOD: trust # POSTGRES_HOST_AUTH_METHOD: trust
- name: selenium - name: selenium
image: selenium/standalone-chrome-debug image: selenium/standalone-chrome-debug

Loading…
Cancel
Save