Skip to content

Commit fbcab54

Browse files
committed
Add generated metadata as artifact to PRs
1 parent ae2c55c commit fbcab54

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/prs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
permissions:
1010
contents: read
1111
jobs:
12-
test:
12+
test_data_generation:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
@@ -41,6 +41,12 @@ jobs:
4141
for json_file in *.json; do
4242
python ../../scripts/generate_schema_md.py $json_file >> index.md
4343
done
44-
- run: |
44+
- name: Test building the website
45+
run: |
4546
source /tmp/venv_docs/bin/activate
4647
zensical build --clean
48+
- name: Upload EESSI API metadata
49+
uses: actions/upload-artifact@v4
50+
with:
51+
name: eessi-api-metadata
52+
path: docs/data/eessi_api_metadata_software.json

0 commit comments

Comments
 (0)