Skip to content

Commit

Permalink
chore: run tests on cron and get rid of circleci config (#231)
Browse files Browse the repository at this point in the history
* also run tests on cron

* remove .circleci directory
  • Loading branch information
sloloris authored Dec 6, 2024
1 parent 715be1e commit fdd2f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 139 deletions.
139 changes: 0 additions & 139 deletions .circleci/config.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
push:
branches: [main]
schedule: # runs tests once a day on the main branch
- cron: "0 0 * * *"

# Testing only needs permissions to read the repository contents.
permissions:
Expand Down

0 comments on commit fdd2f8b

Please sign in to comment.