Skip to content

Commit e5349d8

Browse files
Revert action changes
1 parent 548ec45 commit e5349d8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
sdk-preview: true
2121
runtime: -x64
2222
codecov: false
23-
#- os: macos-latest
24-
# framework: net7.0
25-
# sdk-preview: true
26-
# runtime: -x64
27-
# codecov: false
23+
- os: macos-latest
24+
framework: net7.0
25+
sdk-preview: true
26+
runtime: -x64
27+
codecov: false
2828
- os: windows-latest
2929
framework: net7.0
3030
sdk-preview: true
@@ -34,10 +34,10 @@ jobs:
3434
framework: net6.0
3535
runtime: -x64
3636
codecov: false
37-
#- os: macos-latest
38-
# framework: net6.0
39-
# runtime: -x64
40-
# codecov: false
37+
- os: macos-latest
38+
framework: net6.0
39+
runtime: -x64
40+
codecov: false
4141
- os: windows-latest
4242
framework: net6.0
4343
runtime: -x64
@@ -101,15 +101,15 @@ jobs:
101101
if: matrix.options.os != 'windows-latest'
102102
shell: bash
103103
run: |
104-
sudo npm install s3rver
105-
sudo npx s3rver -d . &
104+
sudo npm install -g s3rver
105+
sudo s3rver -d . &
106106
107107
- name: S3rver Setup Windows
108108
if: matrix.options.os == 'windows-latest'
109109
shell: bash
110110
run: |
111-
npm install s3rver
112-
npx s3rver -d . &
111+
npm install -g s3rver
112+
s3rver -d . &
113113
114114
- name: DotNet Setup
115115
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)