Skip to content

Commit

Permalink
Update CI runners and set up nightly test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jklmnn committed Jan 28, 2025
1 parent d7ae8f8 commit 315b10c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

on: [push]
on:
push:
schedule:
- cron: "0 4 * * *"


jobs:
build_and_test:
Expand All @@ -14,7 +18,7 @@ jobs:
with:
toolchain: stable
- name: Install Ada toolchain
uses: alire-project/setup-alire@v2
uses: alire-project/setup-alire@v4
- name: Install python dependencies
run: |
python -m pip install --upgrade pip wheel virtualenv
Expand Down Expand Up @@ -42,7 +46,7 @@ jobs:
with:
toolchain: nightly
- name: Install Ada toolchain
uses: alire-project/setup-alire@v2
uses: alire-project/setup-alire@v4
with:
version: nightly
- name: Install python dependencies
Expand Down

0 comments on commit 315b10c

Please sign in to comment.