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

fix/Model_Details
Emre KARTAL 1 year ago
parent a82001ff9d
commit ef7e195182

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

Loading…
Cancel
Save