forked from Robbie1977/VFB2-draft
-
Notifications
You must be signed in to change notification settings - Fork 4
57 lines (47 loc) · 1.2 KB
/
test_vfbterms.yml
File metadata and controls
57 lines (47 loc) · 1.2 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: Test VFB Terms Generation
on:
push:
paths:
- 'vfbterms.py'
- '.github/workflows/test_vfbterms.yml'
pull_request:
paths:
- 'vfbterms.py'
- '.github/workflows/test_vfbterms.yml'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install vfb-connect pandas
- name: Run medulla test
run: |
python3 vfbterms.py
- name: Archive test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: |
FBbt_00003748_v*.md
retention-days: 7
check_image_refs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Run external image references check
run: |
python check_images.py --base content --include-themes