forked from TrueCloudLab/certificates
[actions] forgot to update make target in test action
This commit is contained in:
parent
836f68979c
commit
296d9ee293
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
run: sudo apt-get -y install libpcsclite-dev
|
run: sudo apt-get -y install libpcsclite-dev
|
||||||
- name: Lint, Test, Build
|
- name: Lint, Test, Build
|
||||||
id: lintTestBuild
|
id: lintTestBuild
|
||||||
run: V=1 make -j1 bootstrap travis
|
run: V=1 make -j1 bootstrap ci
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
uses: codecov/codecov-action@v1.2.1
|
uses: codecov/codecov-action@v1.2.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue