From f77e64cf3e434d4d89268631d29a06879d98422d Mon Sep 17 00:00:00 2001 From: "Erik A. Brandstadmoen" Date: Mon, 26 Feb 2024 23:39:37 +0100 Subject: [PATCH] =?UTF-8?q?G=C3=A5=20og=20legg=20deg!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f8d3d2d..95d10bca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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" ] @@ -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 \ @@ -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