Skip to content

Commit

Permalink
fix: Actions issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amosavian committed Jan 11, 2025
1 parent 4304d4b commit a45f2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
swift: ["6.0", "5.10"]

steps:
- uses: swift-actions/setup-swift@v2
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ VOLUME /usr/src/app
COPY Sources ./Sources
COPY Tests ./Tests
COPY Package.swift ./

USER nonroot
ENTRYPOINT ["swift", "test"]

0 comments on commit a45f2c3

Please sign in to comment.