forked from AstarVienna/ScopeSim
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (31 loc) · 804 Bytes
/
tests.yml
File metadata and controls
37 lines (31 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# Run every day at 5:00 UTC
- cron: "0 5 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-tests:
name: Offline tests
uses: AstarVienna/DevOps/.github/workflows/tests.yml@main
secrets: inherit
call-webtests:
name: Network tests
uses: AstarVienna/DevOps/.github/workflows/webtests.yml@main
secrets: inherit
call-updated-tests:
name: Tests with updated dependencies
uses: AstarVienna/DevOps/.github/workflows/updated_tests.yml@main
secrets: inherit
call-notebooks-with-clone:
name: Notebook tests
uses: ./.github/workflows/notebooks_dispatch.yml
with:
clone-irdb: true