Skip to content

Commit 358791b

Browse files
committed
use local repo for self testing
1 parent 186294a commit 358791b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- id: devstack-action
12-
uses: EmilienM/devstack-action@v0.1
12+
uses: ./
1313
- name: Upload logs artifacts on failure
1414
if: failure()
1515
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)