Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit af1aaa3

Browse files
committed
Fix incorrect path in GitHub workflows
1 parent 33015d4 commit af1aaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
uses: actions/checkout@v1
4949

5050
- name: Build Images & Run Queries
51-
run: cd ctemplates/action && ../../scripts/test-course-latest.sh
51+
run: cd templates/action && ../../scripts/test-course-latest.sh

0 commit comments

Comments
 (0)