Skip to content

Commit

Permalink
Update run-docker-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Sep 29, 2024
1 parent 38c6211 commit a6f60e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-docker-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ jobs:
TEST_NAME1=`echo $name | sed -e 's!/!-!g' `
echo "TEST_NAME=test${TEST_NAME1}" >> $GITHUB_ENV
# we need recursive code here because we replace the existing docker container
- uses: meta-introspector/checkout@v4
#with:
# submodules: recursive
with:
submodules: recursive

- name: Login to GHCR
uses: meta-introspector/login-action@v1
Expand Down

0 comments on commit a6f60e6

Please sign in to comment.