Skip to content

Run test suite in random order #1549

Run test suite in random order

Run test suite in random order #1549

name: Run test suite in random order
on:
schedule:
# Run this workflow once a day
- cron: "0 0 * * *"
permissions:
contents: read
jobs:
randomize-test-order:
if: github.repository == 'networkx/networkx'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2
with:
environments: test-randomly
- name: Run tests
run: pixi run -e test-randomly test-default