mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
chore(build): install lcov dep in ubuntu debug builds
This commit is contained in:
parent
ceb173e0e7
commit
79173f8f02
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@ -40,6 +40,10 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Dependencies (Ubuntu)
|
||||
run: sudo apt install -y lcov
|
||||
if: matrix.build.os_name == 'Ubuntu Latest'
|
||||
|
||||
- name: Download Fixtures
|
||||
run: aws s3 cp --endpoint-url ${{ env.AWS_ENDPOINT_URL }} s3://reliquaryhq-whoa/fixture.tgz test/fixture/
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user