Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@acoulton
Copy link
Contributor

Annoyingly, I had another typo / oversight in the actions file (incorrect references to the outputs of a step) which caused the run to fail this morning https://github.com/Behat/Gherkin/actions/runs/14749065681/job/41402076670

This PR fixes that, and also introduces a new action to run actionlint on all our workflow files if they're changed. That would have caught this mistake, as proved in this build on my fork.

Additionally, I've added a manual workflow_dispatch trigger to the gherkin update to make it easier for us to troubleshoot this action in future without having to wait for the daily cron.

@acoulton
Copy link
Contributor Author

@carlos-granados apologies for another iteration on this - I think this will work now. Certainly the action looks like it did what it was meant to this morning up until it failed on the empty value at the final step.

On any pull request or push to master that modifies our actions
workflows, use actionlint to check for problems in the workflow files.
So we can troubleshoot / iterate faster than waiting for the daily cron,
and to make it easier to catch up multiple versions if we fall behind.
@acoulton acoulton force-pushed the maint-actions-and-cucumber branch from 7b89d91 to 3e531ae Compare April 30, 2025 08:49
@Behat Behat deleted a comment from codecov bot Apr 30, 2025
@codecov
Copy link

codecov bot commented Apr 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.48%. Comparing base (fe97a51) to head (3e531ae).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #304   +/-   ##
=========================================
  Coverage     95.48%   95.48%           
  Complexity      598      598           
=========================================
  Files            35       35           
  Lines          1796     1796           
=========================================
  Hits           1715     1715           
  Misses           81       81           
Flag Coverage Δ
php8.1 95.48% <ø> (ø)
php8.1--with=symfony/yaml:^5.4 95.48% <ø> (ø)
php8.1--with=symfony/yaml:^6.4 95.48% <ø> (ø)
php8.2 95.48% <ø> (ø)
php8.3 95.48% <ø> (ø)
php8.4 95.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@carlos-granados carlos-granados left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries @acoulton

@acoulton acoulton merged commit a67ab95 into Behat:master Apr 30, 2025
11 checks passed
@acoulton acoulton deleted the maint-actions-and-cucumber branch April 30, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants