Fix failing checks due to changes in forthcoming datawizard #89
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run tests in random order | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
branches: [main, master] | |
name: check-random-test-order | |
jobs: | |
check-random-test-order: | |
uses: easystats/workflows/.github/workflows/check-random-test-order.yaml@main |