Skip to content

Commit

Permalink
ci: minor fixes (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed Nov 24, 2023
1 parent 04df96e commit 98ecfde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ jobs:
rm -f ~/data/hstream_tests.tar
find dist-newstyle/build -type f \( \
-name "*-test" -o \
-name "hstream-server" -o \
-name "hstream-kafka-server" \) \
-name "hstream-server" \) \
-exec tar -rvf ~/data/hstream_tests.tar {} \;
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -364,7 +363,6 @@ jobs:
run: |
docker load -i ~/data/new_hstream_image.tar
docker run -t --rm $NEW_HSTREAM_IMAGE /usr/local/bin/hstream-server +RTS --info
docker run -t --rm $NEW_HSTREAM_IMAGE /usr/local/bin/hstream-kafka-server +RTS --info
- name: fetch tests source code
uses: actions/checkout@v3
Expand Down

0 comments on commit 98ecfde

Please sign in to comment.