Mise à jour de '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

pull/21/head
Emre KARTAL 1 year ago
parent 86b6e0c765
commit 27afb5718e

@ -12,3 +12,9 @@ steps:
commands: commands:
- cd Sources/Model - cd Sources/Model
- swift build - swift build
- name: build
image: swift:latest
commands:
- cd Sources/Model
- swift test

Loading…
Cancel
Save