Merge branch 'feature/current_bets' of https://codefirst.iut.uca.fr/git/AllDev/Apple into feature/current_bets

pull/21/head
Emre KARTAL 1 year ago
commit dfe0ec2665

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

Loading…
Cancel
Save