Skip to content
Prev Previous commit
Next Next commit
TTA-139 skipping docker and test
  • Loading branch information
Rodolfo committed Aug 21, 2022
commit 6ba93a97abb4ff28723c2853f472dc20c9730dd4
20 changes: 10 additions & 10 deletions .github/workflows/time-tracker-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
with:
ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}

- name: build docker
run: make build
# - name: build docker
# run: make build

- name: Running tests
run: |
chmod -R 777 ./$home
make test
- name: Generate coverage report
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)
# - name: Running tests
# run: |
# chmod -R 777 ./$home
# make test
# - name: Generate coverage report
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# run: bash <(curl -s https://codecov.io/bash)

- name: Setup terraform
uses: hashicorp/setup-terraform@v1
Expand Down