Skip to content

Commit b86a433

Browse files
Use default configuration
1 parent 85d84f7 commit b86a433

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ jobs:
102102
shell: bash
103103
run: |
104104
sudo npm install -g s3rver
105-
sudo s3rver -p 10003 -d . &
105+
sudo s3rver -d . &
106106
107107
- name: S3rver Setup Windows
108108
if: matrix.options.os == 'windows-latest'
109109
shell: bash
110110
run: |
111111
npm install -g s3rver
112-
s3rver -p 10003 -d . &
112+
s3rver -d . &
113113
114114
- name: DotNet Setup
115115
uses: actions/setup-dotnet@v3

tests/ImageSharp.Web.Tests/TestUtilities/TestConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static class TestConstants
88
public const string AzureConnectionString = "UseDevelopmentStorage=true";
99
public const string AzureContainerName = "azure";
1010
public const string AzureCacheContainerName = "is-cache";
11-
public const string AWSEndpoint = "http://localhost:10003/";
11+
public const string AWSEndpoint = "http://localhost:4568/";
1212
public const string AWSRegion = "eu-west-2";
1313
public const string AWSBucketName = "aws";
1414
public const string AWSCacheBucketName = "aws-cache";

0 commit comments

Comments
 (0)