Skip to content

Commit

Permalink
Drop multi-arch CI testing for now, it needs tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 26, 2022
1 parent 4e6afb7 commit 06bb20f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Expand Up @@ -60,12 +60,12 @@ jobs:
- name: Test Solution AnyCPU (except azure)
run: dotnet test -c Release --filter "FullyQualifiedName!~Azure" ImageResizer.sln --blame --no-build

- name: Test Solution x86 (except azure)
run: dotnet test -c Release --filter "FullyQualifiedName!~Azure" ImageResizer.sln --blame --no-build --arch x86

- name: Test Solution x64 (except azure)
run: dotnet test -c Release --filter "FullyQualifiedName!~Azure" ImageResizer.sln --blame --no-build --arch x64

# - name: Test Solution x86 (except azure)
# run: dotnet test -c Release --filter "FullyQualifiedName!~Azure" ImageResizer.sln --blame --no-build --arch x86
#
# - name: Test Solution x64 (except azure)
# run: dotnet test -c Release --filter "FullyQualifiedName!~Azure" ImageResizer.sln --blame --no-build --arch x64
#
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit 06bb20f

Please sign in to comment.