From 407116fc6409f74582ea9510e49f1e3ccac5a011 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Fri, 13 Jun 2025 08:53:21 -0400 Subject: [PATCH] Add install params to CI --- .github/workflows/pull_request_validation.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_validation.yml b/.github/workflows/pull_request_validation.yml index 658b3ef..0a835a0 100644 --- a/.github/workflows/pull_request_validation.yml +++ b/.github/workflows/pull_request_validation.yml @@ -18,13 +18,21 @@ jobs: - name: Install Dashcam uses: ./. - + with: + version: "1.0.49" + cli-version: "0.8.2" + node-version: "16.20.2" + node-directory: "C:\\nodejs16" + node-prefix: "C:\\nodejs16\\npm-installs" + - name: Start Dashcam uses: ./start + continue-on-error: true with: api-key: "1234567890" - name: Stop Dashcam uses: ./stop + continue-on-error: true with: project-id: "507f1f77bcf86cd799439011"