Merge pull request #2585 from jreidinger/ci_small_tunning

Ci small tunning
This commit is contained in:
Stephan Kulow 2021-07-01 14:18:12 +02:00 committed by GitHub
commit 9c0e048aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: tests
name: Checks
on:
push:
@ -9,7 +9,7 @@ on:
- master
jobs:
docker:
tests:
timeout-minutes: 40
runs-on: ubuntu-latest
@ -20,9 +20,6 @@ jobs:
- name: Setup path
run: sed -i -e "s,../..:,$PWD:," dist/ci/docker-compose.yml
- name: Run Flaker
run: docker-compose -f dist/ci/docker-compose.yml run flaker
- name: Run tests
run: docker-compose -f dist/ci/docker-compose.yml run test
@ -35,3 +32,21 @@ jobs:
if: always()
run: docker-compose -f dist/ci/docker-compose.yml down
linters:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup path
run: sed -i -e "s,../..:,$PWD:," dist/ci/docker-compose.yml
- name: Run Flaker
run: docker-compose -f dist/ci/docker-compose.yml run flaker
- name: Stop containers
if: always()
run: docker-compose -f dist/ci/docker-compose.yml down

View File

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/openSUSE/openSUSE-release-tools.svg?branch=master)](https://travis-ci.org/openSUSE/openSUSE-release-tools)
[![Build Status](https://github.com/openSUSE/openSUSE-release-tools/workflows/CI/badge.svg?branch=master)](https://github.com/openSUSE/openSUSE-release-tools/actions?query=branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/openSUSE/openSUSE-release-tools/badge.svg?branch=master)](https://coveralls.io/github/openSUSE/openSUSE-release-tools?branch=master)
[![openSUSE Tumbleweed package](https://repology.org/badge/version-for-repo/opensuse_tumbleweed/opensuse-release-tools.svg)](https://repology.org/metapackage/opensuse-release-tools)