File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ jobs:
2929 with :
3030 ssh-private-key : ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}
3131
32- # - name: build docker
33- # run: make build
32+ - name : build docker
33+ run : make build
3434
35- # - name: Running tests
36- # run: |
37- # chmod -R 777 ./$home
38- # make test
39- # - name: Generate coverage report
40- # env:
41- # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
42- # run: bash <(curl -s https://codecov.io/bash)
35+ - name : Running tests
36+ run : |
37+ chmod -R 777 ./$home
38+ make test
39+ - name : Generate coverage report
40+ env :
41+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
42+ run : bash <(curl -s https://codecov.io/bash)
4343
4444 - name : Setup terraform
4545 uses : hashicorp/setup-terraform@v1
You can’t perform that action at this time.
0 commit comments