We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187c1d6 commit 4c25bbeCopy full SHA for 4c25bbe
.github/workflows/CI.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
build:
7
- runs-on: ubuntu-latest
+ runs-on: self-hosted
8
steps:
9
- uses: actions/checkout@v2
10
- name: Install GTest
@@ -16,4 +16,4 @@ jobs:
16
- name: Get Coverage Report
17
run: ./deploy.sh codecov
18
- name: Upload Coverage
19
- run: bash <(curl -s https://codecov.io/bash)
+ run: bash <(curl -s https://codecov.io/bash)
0 commit comments