Skip to content

Commit fa1558e

Browse files
doc: documented throttle hook
1 parent 06be4bb commit fa1558e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/Continuous_Integration.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,20 @@ jobs:
8181
- name: Run the tests and generate coverage report
8282
run: npm test -- --coverage
8383

84-
- name: Archive code coverage results
85-
uses: actions/upload-artifact@v2
86-
with:
87-
name: code-coverage-report
88-
path: ./coverage
84+
# - name: Archive code coverage results
85+
# uses: actions/upload-artifact@v3
86+
# with:
87+
# name: code-coverage-report
88+
# path: ./coverage
8989

90-
- name: Build Project
91-
run: npm run build
90+
# - name: Build Project
91+
# run: npm run build
9292

93-
- name: Upload artifact to enable deployment
94-
uses: actions/upload-artifact@v2
95-
with:
96-
name: production-files
97-
path: ./build
93+
# - name: Upload artifact to enable deployment
94+
# uses: actions/upload-artifact@v3
95+
# with:
96+
# name: production-files
97+
# path: ./build
9898

9999
# we upload the artifact to the runner using the command uses: actions/upload-artifact@v3
100100
# Finally, we specify the path to the build using path: ./dist ( dist is the default build output location for apps built with Vite)

0 commit comments

Comments
 (0)