Skip to content

Commit

Permalink
adding another env SRC_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
ajm-asiaa committed Dec 11, 2023
1 parent 45028fc commit 6fc7bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/icd_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
echo "CONTAINER_ID=$CONTAINER_ID" >> $GITHUB_ENV
- name: Start carta-backend
uses: ./.github/actions/start-carta-backend-linux
uses: ./${{ env.SRC_DIR }}/.github/actions/start-carta-backend-linux
with:
src_dir: ${{ env.SRC_DIR }}
port: ${{ needs.Prepare-ICD-RxJS.outputs.port }}
Expand Down

0 comments on commit 6fc7bdc

Please sign in to comment.