mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-27 03:10:04 +00:00
Add Antlr support in workflows (#6757)
This commit is contained in:
parent
00ce67c01e
commit
e1799e47d4
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
@ -54,6 +54,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
|
||||||
|
- name: Install Ubuntu dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y unixodbc-dev python3-venv librdkafka-dev gcc libsasl2-dev build-essential libssl-dev libffi-dev \
|
||||||
|
librdkafka-dev unixodbc-dev libevent-dev antlr4
|
||||||
|
|
||||||
- name: Setup Test Containers Properties
|
- name: Setup Test Containers Properties
|
||||||
run: echo 'testcontainers.reuse.enable=true' >> $HOME/.testcontainers.properties
|
run: echo 'testcontainers.reuse.enable=true' >> $HOME/.testcontainers.properties
|
||||||
|
|
||||||
|
5
.github/workflows/yarn-coverage.yml
vendored
5
.github/workflows/yarn-coverage.yml
vendored
@ -33,6 +33,11 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
- name: Install Ubuntu dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y unixodbc-dev python3-venv librdkafka-dev gcc libsasl2-dev build-essential libssl-dev libffi-dev \
|
||||||
|
librdkafka-dev unixodbc-dev libevent-dev antlr4
|
||||||
- name: Install Yarn Packages
|
- name: Install Yarn Packages
|
||||||
working-directory: ${{ env.UI_WORKING_DIRECTORY }}
|
working-directory: ${{ env.UI_WORKING_DIRECTORY }}
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user