Skip to content
Snippets Groups Projects

fix: read error from upload artifacts execution.

Merged Paul 🐻 requested to merge paulrbr/gitlab-runner:fix-artifact-upload-errors into master
All threads resolved!
+ 4
4
package common
import (
"testing"
"errors"
"testing"
"github.com/stretchr/testify/assert"
)
func TestCacheCheckPolicy(t *testing.T) {
for num, tc := range []struct {
object CachePolicy
subject CachePolicy
expected bool
object CachePolicy
subject CachePolicy
expected bool
expectErr bool
description string
}{
Loading