Skip to content

Commit

Permalink
refactor: move testspecs package to pkg directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tnevrlka committed Feb 19, 2024
1 parent f138acf commit 538ed69
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ import (
gh "github.com/google/go-github/v44/github"
"github.com/magefile/mage/sh"
"github.com/redhat-appstudio/e2e-tests/magefiles/installation"
"github.com/redhat-appstudio/e2e-tests/magefiles/testspecs"
"github.com/redhat-appstudio/e2e-tests/pkg/clients/github"
"github.com/redhat-appstudio/e2e-tests/pkg/clients/slack"
"github.com/redhat-appstudio/e2e-tests/pkg/clients/sprayproxy"
"github.com/redhat-appstudio/e2e-tests/pkg/constants"
"github.com/redhat-appstudio/e2e-tests/pkg/testspecs"
"github.com/redhat-appstudio/e2e-tests/pkg/utils"
"github.com/redhat-appstudio/e2e-tests/pkg/utils/tekton"
"github.com/redhat-appstudio/image-controller/pkg/quay"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 538ed69

Please sign in to comment.