Skip to content

Commit

Permalink
update submodules (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska authored Nov 27, 2024
1 parent 9272caf commit 7f0a779
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
runs-on: ubuntu-latest

services:
# docker run --name durabletask-sidecar -p 4001:4001 --env 'DURABLETASK_SIDECAR_LOGLEVEL=Debug' --rm cgillum/durabletask-sidecar:latest start --backend Emulator
durabletask-sidecar:
image: cgillum/durabletask-sidecar:latest
ports:
Expand All @@ -31,6 +30,10 @@ jobs:
- name: 📥 Checkout code
uses: actions/checkout@v2

- name: Initialize and update submodules
run: |
git submodule update --init --recursive
- name: ⚙️ NodeJS - Install
uses: actions/setup-node@v2
with:
Expand All @@ -55,6 +58,10 @@ jobs:
- name: 📥 Checkout code
uses: actions/checkout@v2

- name: Initialize and update submodules
run: |
git submodule update --init --recursive
- name: ⚙️ NodeJS - Install
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 7f0a779

Please sign in to comment.