You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I run the same script locally in act (using act -P ubuntu-latest=shivammathur/node:latest)
It does not "forget" the location in a previous run, which messes up the special setup needed for that test.
The text was updated successfully, but these errors were encountered:
(Thank you for the explanation in #197 (comment))
I tested this workflow:
https://github.com/palantirnet/drupal-rector/blob/master/.github/workflows/local_package_functional_tests.yml
And found that when running the workflow in Github, every
run:
section inside 1 job, "forgets" the location changes that were done in a previous run.For an example:
cd drupal
in https://github.com/palantirnet/drupal-rector/blob/master/.github/workflows/packagist_package_run_rector.yml#L32needs to run again in https://github.com/palantirnet/drupal-rector/blob/master/.github/workflows/packagist_package_run_rector.yml#L39
and run again in every
run:
after that.But when I run the same script locally in
act
(usingact -P ubuntu-latest=shivammathur/node:latest
)It does not "forget" the location in a previous run, which messes up the special setup needed for that test.
The text was updated successfully, but these errors were encountered: