feat: Run CI
Some checks failed
CI / Run Tests (push) Failing after 3s

This commit is contained in:
2024-11-14 18:39:10 -05:00
parent 6371ffed47
commit 4024bb624f
3 changed files with 12 additions and 4 deletions

View File

@@ -3,4 +3,5 @@ WORKDIR /app
COPY ./Package.* ./
RUN swift package resolve
COPY . .
RUN swift build
CMD ["/bin/bash", "-xc", "swift", "test"]