Skip to content

Commit 71877e8

Browse files
authored
added build workflow
1 parent 9ab874e commit 71877e8

2 files changed

Lines changed: 7 additions & 34 deletions

File tree

.github/workflows/build_with imports.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ jobs:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2727
- uses: actions/checkout@v4
2828

29-
- name: Run ontology QC checks
29+
- name: Build ontology
3030
env:
3131
DEFAULT_BRANCH: main
3232
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
33+
- name: Commit files # commit the src folder
34+
uses: EndBug/add-and-commit@v9
35+
with:
36+
message: 'updated example output'
37+
add: '*.* --force'
38+
cwd: './src/'

.github/workflows/qc.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)