Skip to content

Commit

Permalink
Create check-random-test-order.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Mar 22, 2023
1 parent f4b3979 commit 6f6d573
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-random-test-order.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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

0 comments on commit 6f6d573

Please sign in to comment.