chore(ci): small fixups
This commit is contained in:
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
@@ -3,7 +3,7 @@ name: 'build container images'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
make test
|
make tests
|
||||||
sudo mv coverage/coverage.txt coverage.txt
|
sudo mv coverage/coverage.txt coverage.txt
|
||||||
sudo chmod 777 coverage.txt
|
sudo chmod 777 coverage.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user