Commit 0b645b87 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Vitaly Lipatov

[testsuite]: run tests (as root)

parent 52ec94ca
...@@ -3,8 +3,8 @@ name: testsuite ...@@ -3,8 +3,8 @@ name: testsuite
on: on:
push: push:
branches: [ "*" ] branches: [ "*" ]
pull_request: # pull_request:
branches: [ "*" ] # branches: [ "*" ]
jobs: jobs:
build: build:
...@@ -12,16 +12,16 @@ jobs: ...@@ -12,16 +12,16 @@ jobs:
container: container:
image: alt:sisyphus image: alt:sisyphus
env:
BUILDER: builder
steps: steps:
- name: install packages - name: install packages
run: | run: |
apt-get update && apt-get -y install etersoft-build-utils su sudo git-core apt-get update && apt-get -y install su sudo
- uses: actions/checkout@v2
- name: build - uses: actions/checkout@v2
run: rpmbb
- name: testsuite - name: testsuite
run: | run: |
cd testsuite; echo "testsuite.."
make check
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