Skip to content

Commit

Permalink
🧱 Fix tests, remove release from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jan 10, 2024
1 parent 9eba126 commit 8d0947a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion core/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func Test_ExtractEnvironmentVariables(t *testing.T) {
}

func TestDirLanguagesExcluded(t *testing.T) {
expected := []string{"Go", "Shell"}
expected := []string{"Go", "Shell", "Dockerfile"}
actual, err := recognizeDirLanguages("../")
if err != nil {
return
Expand Down

0 comments on commit 8d0947a

Please sign in to comment.