Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
ci: Make tests run daily
Browse files Browse the repository at this point in the history
  • Loading branch information
SenZmaKi authored Feb 4, 2024
1 parent 8614b34 commit 6d555e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: tests
name: test
on:
push:
branches:
- master

pull_request:
branches:
- master
- master
schedule:
# 6:00 A.M UTC == 9:00 AM EAT
- cron: '0 6 * * *'
jobs:
test:
environment: test
Expand All @@ -30,7 +33,7 @@ jobs:
- name: Lint with ruff
run: poetry run ruff .

- name: Run Tests
- name: Test with pytest
env:
SESSION_TOKEN: ${{ secrets.SESSION_TOKEN }}
CONVERSATION_ID: ${{ secrets.CONVERSATION_ID }}
Expand Down

0 comments on commit 6d555e2

Please # to comment.