Skip to content

Commit 3f65a59

Browse files
committed
downloading LBT tables to test runner
1 parent 7c4790e commit 3f65a59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-events-brick.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
with:
3333
path: ${{ github.event.repository.name }}
3434

35+
- name: Download Lbt Tables
36+
run: |
37+
cd ${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages
38+
./get_lbtTab.sh
39+
3540
- name: Build Application
3641
run: |
3742
cd ${GITHUB_WORKSPACE}/${REPO_NAME}

0 commit comments

Comments
 (0)