@@ -76,14 +76,14 @@ jobs:
76
76
- run : pnpm test -r
77
77
- name : " Download software"
78
78
run : cd ./vagrant/win10-chromium-nvda && ./download.sh
79
- - uses : nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
79
+ - uses : nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
80
80
name : " Create VM"
81
81
with :
82
82
timeout_minutes : 45
83
83
max_attempts : 3
84
84
command : cd ./vagrant/win10-chromium-nvda && ./createVM.sh
85
85
- run : vboxwebsrv -v -A null --logfile vboxwebsrv.log &
86
- - uses : nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
86
+ - uses : nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
87
87
name : " test assistive-playwright (nvda, chromium)"
88
88
with :
89
89
timeout_minutes : 30
92
92
export VM_SETTINGS="$(node -e 'console.log(JSON.stringify(require("./vagrant/win10-chromium-nvda/vm-config.json").nvda.vmSettings))')" &&
93
93
. ./vagrant/win10-chromium-nvda/vm-skip-keys.sh &&
94
94
pnpm nyc-apw-tester -l debug -k $NVDA_SKIP_KEYS --vm-settings '$VM_SETTINGS'
95
- - uses : nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
95
+ - uses : nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
96
96
name : " test assistive-playwright (jaws, chromium)"
97
97
with :
98
98
timeout_minutes : 30
@@ -107,15 +107,15 @@ jobs:
107
107
pnpm nyc-awd-server -l debug -c ./vagrant/win10-chromium-nvda/vm-config.json --pid-file assistive-webdriver.pid &> assistive-webdriver.log &
108
108
while ! nc -z 127.0.0.1 3000; do sleep 1; done
109
109
name: "Start assistive-webdriver server"
110
- - uses : nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
110
+ - uses : nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
111
111
name : " test assistive-webdriver (nvda, chromium)"
112
112
with :
113
113
timeout_minutes : 30
114
114
max_attempts : 5
115
115
command : |
116
116
. ./vagrant/win10-chromium-nvda/vm-skip-keys.sh &&
117
117
pnpm nyc-awd-tester -m nvda -k $NVDA_SKIP_KEYS -l debug
118
- - uses : nick-fields/retry@7f8f3d9f0f62fe5925341be21c2e8314fd4f7c7c # v2.6.0
118
+ - uses : nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 # v2.8.2
119
119
name : " test assistive-webdriver (jaws, chromium)"
120
120
with :
121
121
timeout_minutes : 30
@@ -137,7 +137,7 @@ jobs:
137
137
if : ${{ always() }}
138
138
- run : pnpm nyc-report
139
139
if : matrix.ENABLE_COVERAGE == '1'
140
- - uses : codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v3.0.0
140
+ - uses : codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
141
141
with :
142
142
file : ./coverage/lcov.info
143
143
if : matrix.ENABLE_COVERAGE == '1'
0 commit comments