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
image: swift:latest
commands:
- cd Sources/allin
- cd Sources/allin/allin
- swift build
- name: test
image: swift:latest
commands:
- cd Sources/allin
- cd Sources/allin/allinTests
- swift test
depends_on: [build]

Loading…
Cancel
Save