fixing path in ci workflow

This commit is contained in:
Shawn Hartsell
2024-04-22 16:58:46 -05:00
parent c8816bc3c0
commit b7399d7b57
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
with:
version: v1.54.2
- name: Unit Tests
run: .script/test
run: ./script/test
- name: Build and Test
run: ./script/test-build