Update dev workflow to checkout the code and submodules first

This commit is contained in:
Théophile Diot 2023-06-26 12:49:49 -04:00
parent 3bcdd9ca24
commit 4bb6d40a53
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ on:
branches: [dev]
jobs:
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
# Containers
build-containers:
@ -93,4 +98,4 @@ jobs:
RELEASE: dev
secrets:
PRIVATE_REGISTRY: ${{ secrets.PRIVATE_REGISTRY }}
PRIVATE_REGISTRY_TOKEN: ${{ secrets.PRIVATE_REGISTRY_TOKEN }}
PRIVATE_REGISTRY_TOKEN: ${{ secrets.PRIVATE_REGISTRY_TOKEN }}