getgauge / gauge-dotnet

C# runner for gauge + DotNet standard 6.0-8.0
Apache License 2.0
27 stars 20 forks source link

Programmatic skip scenario #210

Closed PiotrNestor closed 4 months ago

PiotrNestor commented 6 months ago

According to the discussion in: https://github.com/getgauge/gauge/pull/2502

PiotrNestor commented 6 months ago

@sriv Go version 1.22 update on Linux issues ...

PiotrNestor commented 6 months ago

@sriv Any progress on this PR?

sriv commented 4 months ago

i will need to make some time to debug this.

PiotrNestor commented 4 months ago

@sriv This PR is updated with the latest master updates The Linux build have problem with --> go: download go1.22 for linux/amd64: toolchain not available

sriv commented 4 months ago

@PiotrNestor - I made some changes to the GH actions workflow, could you please rebase this PR?

PiotrNestor commented 4 months ago

@sriv I've missed the rebase request. Now it's done

sriv commented 4 months ago

looks like I missed the setup-go changes for lsp tests. Would you be able to add

      - name: Setup go
      - uses: actions/setup-go@v5
        with:
          go-version: '1.22'
          cache: false

to the LSP tests flow @PiotrNestor ?

PiotrNestor commented 4 months ago

@sriv Can this PR be merged now?

sriv commented 4 months ago

the DCO check was hung. So I force-merged this.