Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Oct 29, 2023
1 parent 9bf8d45 commit 57a63f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: push
on:
push:
workflow_dispatch:
schedule:
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>

jobs:
test:
Expand All @@ -9,4 +13,4 @@ jobs:
with:
otp-version: '22.2'
elixir-version: '1.9.4'
- run: ./run_tests.sh
- run: ./run_tests.sh

0 comments on commit 57a63f1

Please sign in to comment.