Skip to content

Commit

Permalink
Remove debugging ls statements
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Dec 18, 2023
1 parent 1f6a6dd commit 53b160b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ jobs:
# We can set this to an empty string, since we'll never make an API call.
ANVIL_API_SERVICE_ACCOUNT_FILE: foo

- name: list files
run: ls -la .coverage.*

- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -127,9 +124,6 @@ jobs:
# We can set this to an empty string, since we'll never make an API call.
ANVIL_API_SERVICE_ACCOUNT_FILE: foo

- name: list files
run: ls -la .coverage.*

- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -160,15 +154,10 @@ jobs:
with:
path: ./artifacts/

- name: List downloaded files
run: ls -Ral ./artifacts

- name: Merge coverage files
run: |
ls -Rla ./artifacts
mv ./artifacts/coverage-data*/.coverage* .
ls -la .coverage*
ls -Rla ./artifacts
- name: Combine coverage data
run: |
Expand Down

0 comments on commit 53b160b

Please sign in to comment.