Bug Fix: workflow

This commit is contained in:
Kyle Hornberg
2019-04-13 15:19:41 -05:00
parent 82814c64bd
commit 5419ad1315
+1 -1
View File
@@ -1,7 +1,7 @@
workflow "Test" {
on = "push"
resolves = [
"Report", "Lint", "Test 3.7""
"Report", "Lint", "Test 3.7"
]
}