Skip to content

Commit ba6b05f

Browse files
PaulsAutomationBotApodiniBotPSchmiedmayer
authored
Update Apodini to 0.9.1 and update GitHub Actions (#13)
Co-authored-by: ApodiniBot <ApodiniBot@users.noreply.github.com> Co-authored-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
1 parent 119d276 commit ba6b05f

5 files changed

Lines changed: 107 additions & 63 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: Apodini/.github/.github/workflows/build-and-test.yml@v1
1919
with:
2020
packagename: ApodiniTemplate
21-
testdocc: false
2221
reuse_action:
2322
name: REUSE Compliance Check
2423
uses: Apodini/.github/.github/workflows/reuse.yml@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Generate Docs
1919
uses: Apodini/.github/.github/workflows/docs.yml@v1
2020
with:
21-
packagename: WebService
21+
targetname: WebService
2222
docker-build-and-push:
2323
name: Docker Build and Push
2424
uses: Apodini/.github/.github/workflows/docker-build-and-push.yml@v1

Package.resolved

Lines changed: 104 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
)
2424
],
2525
dependencies: [
26-
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.7.0"))
26+
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.9.1"))
2727
],
2828
targets: [
2929
.executableTarget(

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# SPDX-License-Identifier: MIT
77
#
88

9-
curl --fail http://localhost/v1/
9+
curl --fail http://localhost/

0 commit comments

Comments
 (0)