We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e63fcb commit 29f73d4Copy full SHA for 29f73d4
README.md
@@ -65,11 +65,11 @@ jobs:
65
66
### Configuration Options
67
68
-| Parameter | Default | Description |
+| Parameter | Description | Default |
69
|-----|-----|-----|
70
| swift-version | The version of the Swift toolchain to use | 6.0.3 |
71
| package-path | The folder where the swift package is checked out | . |
72
-| swift-configuration | Whether to build with debug or release configuration | |
+| swift-configuration | Whether to build with debug or release configuration | debug |
73
| swift-build-flags | Additional flags to pass to the swift build command | |
74
| swift-test-flags | Additional flags to pass to the swift test command | |
75
| test-env | Test environment variables key=value | |
0 commit comments