Skip to content

fix(deps): update dependency @cucumber/messages to v27 #1747

fix(deps): update dependency @cucumber/messages to v27

fix(deps): update dependency @cucumber/messages to v27 #1747

Workflow file for this run

name: test-dotnet
on:
push:
branches:
- main
- renovate/**
paths:
- dotnet/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- dotnet/**
- testdata/**
- .github/**
workflow_call:
jobs:
test-dotnet:
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- run: dotnet test
working-directory: dotnet
- name: run acceptance tests
run: make acceptance
working-directory: dotnet