Skip to content

Commit

Permalink
feat(Github action) Make Pytest use 8-core runner (#3242)(patch)
Browse files Browse the repository at this point in the history
## Description
Changes the pytest github action runner to an 8-core one

### Changed

- pytest action runs on 8-core machins
  • Loading branch information
Vince-janv authored May 20, 2024
1 parent aa24b27 commit 629fe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
tests-coverage:
runs-on: Beefy_Linux
runs-on: 8_core_linux

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 629fe6b

Please sign in to comment.