Skip to content

Commit

Permalink
github: add missing libecoli.so to archive
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Jarry <rjarry@redhat.com>
  • Loading branch information
rjarry committed May 30, 2024
1 parent 7d6e56f commit 139d3a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
path: |
build/br
build/br-cli
build/subprojects/ecoli/src/libecoli.so
retention-days: 5
- run: make unit-tests
smoke:
Expand All @@ -55,7 +56,10 @@ jobs:
with:
path: build
merge-multiple: true
- run: chmod 755 build/br build/br-cli
- run: |
mkdir -p build/subprojects/ecoli/src
mv build/libecoli.so build/subprojects/ecoli/src
chmod 755 build/br build/br-cli build/subprojects/ecoli/src
- run: sudo smoke/run.sh build
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 139d3a3

Please sign in to comment.