Skip to content

Commit 26c9fe2

Browse files
committed
additional settings not needed , back to version 13 without test
1 parent 97b3d0a commit 26c9fe2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
chmod +x ./scripts/populate-keys.sh
4848
sh ./scripts/populate-keys.sh
4949
50-
- name: Running tests
51-
run: |
52-
chmod -R 777 ./$home
53-
make test
54-
- name: Generate coverage report
55-
env:
56-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
57-
run: bash <(curl -s https://codecov.io/bash)
50+
# - name: Running tests
51+
# run: |
52+
# chmod -R 777 ./$home
53+
# make test
54+
# - name: Generate coverage report
55+
# env:
56+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
57+
# run: bash <(curl -s https://codecov.io/bash)
5858

5959
- name: Setup terraform
6060
uses: hashicorp/setup-terraform@v1

0 commit comments

Comments
 (0)