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
Act occasionally produces Docker container errors when running tests in CI, for example:
Errorspanic: runtime error: slice bounds out of range [:-1]
One potential issue is the reuse of workflow files across each test. The test folder structure should be updated to use a separate workflow file per test.
The text was updated successfully, but these errors were encountered:
Act occasionally produces Docker container errors when running tests in CI, for example:
One potential issue is the reuse of workflow files across each test. The test folder structure should be updated to use a separate workflow file per test.
The text was updated successfully, but these errors were encountered: