mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Remove duplicate test in pull_request.yml
This commit is contained in:
parent
bad8bd419e
commit
54dc87dac9
15
.github/workflows/pull_request.yml
vendored
15
.github/workflows/pull_request.yml
vendored
|
@ -5,21 +5,6 @@ on:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
basic-test:
|
|
||||||
runs-on: self-hosted
|
|
||||||
|
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'safe to test')
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
ref: ${{github.event.pull_request.head.ref}}
|
|
||||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
|
||||||
- name: configure
|
|
||||||
run: ./autogen.sh && ./configure --enable-werror || (cat config.log && false)
|
|
||||||
- name: make
|
|
||||||
run: make -j
|
|
||||||
- name: Run tests
|
|
||||||
run: export PATH="/home/docker/bin:${PATH}" && make check -j VERBOSE=1
|
|
||||||
|
|
||||||
basic-test:
|
basic-test:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
Loading…
Reference in a new issue