Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/7/head
Emre KARTAL 1 year ago
parent 09bfe12090
commit 923217fd22

@ -10,12 +10,12 @@ steps:
- name: build - name: build
image: swift:latest image: swift:latest
commands: commands:
- cd Sources/allin - cd Sources/allin/allin
- swift build - swift build
- name: test - name: test
image: swift:latest image: swift:latest
commands: commands:
- cd Sources/allin - cd Sources/allin/allinTests
- swift test - swift test
depends_on: [build] depends_on: [build]

Loading…
Cancel
Save