Skip to content

Commit

Permalink
Adds unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Oct 3, 2021
1 parent bd612bd commit 56870d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git checkout -- dockerfiles
./update_images
env:
PACKAGING_IMAGE_PLATFORM: ${{ matrix.TARGET_PLATFORM }}
TARGET_PLATFORM: ${{ matrix.TARGET_PLATFORM }}

- name: Clone tools repo for test
run: git clone -b v0.8.8 --depth=1 https://github.com/citusdata/tools.git tools
Expand All @@ -67,7 +67,7 @@ jobs:
python -m pip install -r tools/packaging_automation/requirements.txt
python -m pytest -q tools/packaging_automation/tests/test_citus_package.py -k 'test_build_packages'
env:
PLATFORM: "${{matrix.TARGET_PLATFORM}}"
PACKAGING_IMAGE_PLATFORM: "${{matrix.TARGET_PLATFORM}}"

- name: Push images
run: ./ci/push_images

0 comments on commit 56870d2

Please sign in to comment.