Commit b792452b authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Vitaly Lipatov

[testsuite]: build and install eepm

parent a24af69b
...@@ -23,11 +23,15 @@ jobs: ...@@ -23,11 +23,15 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: build rpm - name: build
run: | run: |
echo "%_allow_root_build 1" > ${HOME}/.rpmmacros echo "%_allow_root_build 1" > ${HOME}/.rpmmacros
rpmbb rpmbb
- name: install
run: |
apt-get install -y /usr/src/RPM/RPMS/noarch/*.rpm
- name: testsuite - name: testsuite
run: | run: |
echo "testsuite.." echo "testsuite.."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment