We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6a66f commit c20c136Copy full SHA for c20c136
.github/workflows/integration_tests.yml
@@ -15,13 +15,6 @@ jobs:
15
- id: prepare-maven-build
16
name: Prepare Maven build
17
uses: sualeh/[email protected]
18
- - id: install-packages
19
- name: Install packages
20
- run: |
21
- # Install Graphviz
22
- sudo apt-get -qq update
23
- sudo apt-get -q install graphviz
24
- dot -V
25
26
# BUILD AND TEST
27
- id: build-test
.github/workflows/release.yml
@@ -17,13 +17,6 @@ jobs:
28
# BUILD FOR DISTRIBUTION
29
- id: build
0 commit comments