kbase / workspace_deluxe

The Workspace Service (WSS) is primarily a language independent remote storage and retrieval system for KBase typed objects (TO) defined with the KBase Interface Description Language (KIDL).
MIT License
1 stars 17 forks source link

Fix workspace container tests #721

Closed MrCreosote closed 7 months ago

MrCreosote commented 7 months ago

Tests pass locally but consistently fail on Github Actions.

Also moved them to a test directory rather than scripts.

Also also slightly modified the Docker file so slow steps are cached before copying in code, which busts the cache.

codecov[bot] commented 7 months ago

Codecov Report

Merging #721 (399910a) into develop (182b08e) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #721 +/- ## ========================================== Coverage 87.66% 87.66% Complexity 5329 5329 ========================================== Files 228 228 Lines 17648 17648 Branches 2573 2573 ========================================== Hits 15471 15471 Misses 1714 1714 Partials 463 463 ```