Skip to content

Commit ce0a804

Browse files
chore(swagger): add jq installation in swagger-json.yml
1 parent d24ab17 commit ce0a804

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/swagger-json.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323

2424
- name: Build API (skip tests)
2525
run: mvn -B clean package -DskipTests
26-
26+
27+
- name: Install jq
28+
run: sudo apt-get update && sudo apt-get install -y jq
2729

2830
- name: Run API in swagger profile
2931
run: |

0 commit comments

Comments
 (0)