Skip to content

Commit 55e007a

Browse files
committed
skip coveralls
1 parent 9ed851b commit 55e007a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/update-phonenumbers-lib.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ jobs:
1616
contents: read
1717
id-token: write
1818

19-
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
2120
# env:
2221
# DEPLOYER_EMAIL_ARG: ''
2322
steps:
23+
- name: Upload coverage to Coveralls
24+
if: false # Skip for testing
25+
run: coveralls
26+
2427
- name: Checkout Dialpad Repo
2528
uses: actions/checkout@v4
2629
with:

0 commit comments

Comments
 (0)