Skip to content

Commit

Permalink
Merge branch 'master' into lde/mega
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored May 24, 2024
2 parents 319ee9f + eadcc6f commit 8c29df1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,9 @@ jobs:
fail-fast: false
matrix:
box: [vanilla, react]
browser: [chromium, webkit, firefox]
# intermittent issues with firefox https://github.com/AztecProtocol/aztec-packages/issues/6676
# browser: [chromium, webkit, firefox]
browser: [chromium, webkit]
steps:
- uses: actions/checkout@v4
with: { ref: "${{ github.event.pull_request.head.sha }}" }
Expand Down

0 comments on commit 8c29df1

Please sign in to comment.