Skip to content

Commit 669cee7

Browse files
committed
fix: gh tests workflow code checkout
1 parent 95dcb50 commit 669cee7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
container:
1414
image: codeccoop/wp-test
1515
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
1619
- name: Start MariaDB
1720
run: nohup docker-entrypoint.sh mariadbd 2>&1 >/dev/null &
1821

0 commit comments

Comments
 (0)