kraemer-lab / GRAPEVNE

Graphical Analytical Pipeline Development Evironment
MIT License
6 stars 3 forks source link

[BUG]: Post-build tests fail intermittently #219

Closed jsbrittain closed 4 months ago

jsbrittain commented 4 months ago

Describe the bug Post-build tests fail intermittently, see action reports and retries (without code modification) here: https://github.com/kraemer-lab/GRAPEVNE/actions/runs/8374043733

The issue seems to revolve around missing target files after packaging the workflow. This may be due to an asynchronous return in the test function (i.e. a missing await call).

To Reproduce Run post-build tests several times, notably on ubuntu (which is a fast runner for the build process, and supports containerisation tests).

Expected behavior Tests pass every time.

Environment (please complete the following information): Github actions

Additional context N/A