Skip to content

Commit ee52596

Browse files
authored
Update build_with imports.yml
1 parent 1171121 commit ee52596

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/build_with imports.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Basic ODK workflow
22

3-
name: BUILD_WITH_IMPORTS
3+
name: build
44

5-
# Controls when the action will run.
5+
# Controls when the action will run.
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
9-
branches: [ '*' ]
9+
branches: ["*"]
1010
pull_request:
11-
branches: [ '*' ]
11+
branches: ["*"]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
@@ -29,10 +29,11 @@ jobs:
2929
- name: Build ontology
3030
env:
3131
DEFAULT_BRANCH: main
32-
run: cd src/ontology && make refresh-imports tto.ttl ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
32+
run: cd src/ontology && make refresh-imports all_assets ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
3333
- name: Commit files # commit the src folder
3434
uses: EndBug/add-and-commit@v9
3535
with:
36-
message: 'updated ontology'
37-
add: '*.* --force'
38-
cwd: './src/'
36+
message: "updated ontology"
37+
add: "*.* --force"
38+
cwd: "./src/"
39+
default_author: github_actions

0 commit comments

Comments
 (0)