Skip to content

Commit

Permalink
fix nim-lang#13477 Install node.js 8.x flaky step
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Mar 2, 2020
1 parent 426b561 commit dae86b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
inputs:
versionSpec: '8.x'
displayName: 'Install node.js 8.x'
# workaround flaky test https://github.com/nim-lang/Nim/issues/13477
rerunFailedTests: True # Optional
rerunMaxAttempts: '3' # Optional

- bash: |
sudo apt-fast update -qq
Expand Down

0 comments on commit dae86b4

Please sign in to comment.