„.drone.yml“ ändern
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Artem Anufrij 2023-02-13 22:58:34 +01:00
parent e0fcb71564
commit e9f6560409

View File

@ -14,4 +14,9 @@ steps:
- name: docker-build - name: docker-build
image: docker image: docker
commands: commands:
- docker build -t myimage:$DRONE_BUILD_NUMBER ./docker - docker build -t myimage:$DRONE_BUILD_NUMBER ./docker
- name: docker-test
image: docker
commands:
- docker run myimage:$DRONE_BUILD_NUMBER npm test