Skip to content

Commit

Permalink
Update from hummingbird-project-template 3760367c75162a70d0c75c1dc2ed…
Browse files Browse the repository at this point in the history
…1f70e660941f (#429)

Co-authored-by: adam-fowler <adam-fowler@users.noreply.github.com>
  • Loading branch information
hummingbird-automation[bot] and adam-fowler authored Apr 30, 2024
1 parent 23bedac commit ec9d486
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 6
open-pull-requests-limit: 5
allow:
- dependency-type: all
groups:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/api-breakage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This will be interesting to see how often AWS break there own APIs
name: API breaking changes

on:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.9 as build
FROM swift:5.10 as build

WORKDIR /build

Expand All @@ -15,4 +15,4 @@ RUN swift package resolve
# Copy entire repo into container
COPY . .

RUN swift test --enable-test-discovery --sanitize=thread
RUN swift test --sanitize=thread

0 comments on commit ec9d486

Please sign in to comment.