Skip to content

Commit 68aaf15

Browse files
committed
Pushed test for gleam
1 parent 41e82ce commit 68aaf15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gleam/test.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ gleam run -m generics &&
2121
gleam run -m hello &&
2222
gleam run -m pipelines &&
2323
gleam run -m unqualified_imports &&
24-
gleam clean &&
2524
ForEach-Object 'foo';
2625

2726
if ($Error -or !$?) {
@@ -31,6 +30,9 @@ else {
3130
"GLEAM TESTS PASSED"
3231
}
3332

33+
# Clean up Gleam Folder
34+
gleam clean
35+
3436
# Returns the powershell back to its location.
3537
Set-Location "$currentLocation"
3638

0 commit comments

Comments
 (0)