Skip to content

ci: fix nightly build#3434

Merged
straker merged 5 commits intodevelopfrom
nightly-fix
Apr 11, 2022
Merged

ci: fix nightly build#3434
straker merged 5 commits intodevelopfrom
nightly-fix

Conversation

@straker
Copy link
Copy Markdown
Contributor

@straker straker commented Apr 8, 2022

Apparently what was going on was that after npx browser-driver-manager install chromedriver installed chromedriver 99/100, doing npm install w3c/aria-practices#main would override the previously installed chromedriver with the version listed in package-lock.json. So the fix was to change the order of installs so that chromedriver was installed as the last thing.

Also fixed the nightly act running apg instead.

Here's the build showing nightly works now https://app.circleci.com/pipelines/github/dequelabs/axe-core/3537/workflows/1685f851-de20-40d5-b955-bf36ab194c51

@straker straker requested a review from a team as a code owner April 8, 2022 15:00
@straker straker merged commit 7e034be into develop Apr 11, 2022
@straker straker deleted the nightly-fix branch April 11, 2022 15:29
straker added a commit that referenced this pull request May 12, 2022
* ci: fix nightly build

* try again

* run

* fix it?

* revert workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants