Skip to content

Commit d2417aa

Browse files
committed
Updated path for the codeception action.
1 parent fd7b00c commit d2417aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v4
5959

6060
- name: Run Codeception Tests
61-
uses: ./codeception/action
61+
uses: ./.github/actions/codeception
6262
with:
6363
working-directory: plugins/${{ steps.plugin.outputs.slug }}
6464
php: ${{ matrix.php }}

0 commit comments

Comments
 (0)