Skip to content

Commit

Permalink
Gå og legg deg!
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Feb 26, 2024
1 parent 7c8de1e commit f77e64c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,20 +319,20 @@ jobs:

strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
category: [ "CommandLine.SqlServer", "CommandLine.PostgreSQL",
"CommandLine.MariaDB", "CommandLine.Sqlite", "CommandLine.Oracle" ]
os: [windows-latest, ubuntu-latest, macos-latest]
include:
- os: windows-latest
executable: grate.exe
# - os: windows-latest
# executable: grate.exe
- os: windows-latest
arch: win-x64
- os: linux-latest
executable: grate
# - os: linux-latest
# executable: grate
- os: linux-latest
arch: linux-x64
- os: macos-latest
executable: grate
# - os: macos-latest
# executable: grate
- os: macos-latest
arch: osx-x64
#arch: [ "linux", "win", "macos" ]
Expand All @@ -358,7 +358,8 @@ jobs:
run: chmod u+x $GrateExecutablePath
if: ${{ matrix.arch != 'win-x64' }}
env:
GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.arch }}/${{ matrix.executable }}
#GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.arch }}/${{ matrix.executable }}
GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.arch }}/grate
- name: Test
run: |
dotnet test \
Expand All @@ -367,6 +368,7 @@ jobs:
-MaxCpuCount 2
env:
LogLevel: Warning
GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.arch }}/${{ matrix.executable }}
#GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.arch }}/${{ matrix.executable }}
GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.arch }}/grate
TZ: UTC

0 comments on commit f77e64c

Please sign in to comment.