Skip to content

Commit 8f5d26c

Browse files
committed
ci: removed not needed step
1 parent 0dc5f37 commit 8f5d26c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@ jobs:
132132
- name: build application
133133
run: npm run build
134134

135-
- name: instrument application
136-
run: |
137-
npx nyc instrument src/ instrumented
138-
cp -R instrumented/ src/
139-
rm -rf instrumented
140-
141135
- name: Run cypress (acceptance tests)
142136
uses: cypress-io/github-action@v6
143137
env:

0 commit comments

Comments
 (0)