We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b3d0a commit 26c9fe2Copy full SHA for 26c9fe2
.github/workflows/time-tracker-ui-ci.yml
@@ -47,14 +47,14 @@ jobs:
47
chmod +x ./scripts/populate-keys.sh
48
sh ./scripts/populate-keys.sh
49
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)
+ # - 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)
58
59
- name: Setup terraform
60
uses: hashicorp/setup-terraform@v1
0 commit comments