mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Acitons: Support pullrequest CI
This commit is contained in:
parent
1d79ef87a5
commit
b3516b88dc
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -32,7 +32,6 @@ jobs:
|
||||||
run: docker build --tag srs:cov -f trunk/Dockerfile.cov .
|
run: docker build --tag srs:cov -f trunk/Dockerfile.cov .
|
||||||
# For coverage
|
# For coverage
|
||||||
- name: Run SRS covergae
|
- name: Run SRS covergae
|
||||||
if: ${{ startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/remotes/') }}
|
|
||||||
run: |
|
run: |
|
||||||
# The hash of commit.
|
# The hash of commit.
|
||||||
SRS_SHA=${{ github.sha }}
|
SRS_SHA=${{ github.sha }}
|
||||||
|
|
Loading…
Reference in a new issue