Skip to content

Commit ba68400

Browse files
authored
Merge pull request #10 from tristanlabelle/ci-install-params
Fix Dashcam installation in CI
2 parents 2867b2a + 407116f commit ba68400

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/pull_request_validation.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,21 @@ jobs:
1818

1919
- name: Install Dashcam
2020
uses: ./.
21-
21+
with:
22+
version: "1.0.49"
23+
cli-version: "0.8.2"
24+
node-version: "16.20.2"
25+
node-directory: "C:\\nodejs16"
26+
node-prefix: "C:\\nodejs16\\npm-installs"
27+
2228
- name: Start Dashcam
2329
uses: ./start
30+
continue-on-error: true
2431
with:
2532
api-key: "1234567890"
2633

2734
- name: Stop Dashcam
2835
uses: ./stop
36+
continue-on-error: true
2937
with:
3038
project-id: "507f1f77bcf86cd799439011"

0 commit comments

Comments
 (0)