Updated workflow so that unit test and lint are two different stages
Compare changes
+ 2
− 1
@@ -10,6 +10,7 @@ stages:
@@ -10,6 +10,7 @@ stages:
@@ -48,7 +49,7 @@ vitest_unit-tests:
@@ -48,7 +49,7 @@ vitest_unit-tests:
Was a bug causing it not to work if these two jobs were running at the same time, most likely related to caching, must be tested.