We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed851b commit 55e007aCopy full SHA for 55e007a
1 file changed
.github/workflows/update-phonenumbers-lib.yml
@@ -16,11 +16,14 @@ jobs:
16
contents: read
17
id-token: write
18
19
- env:
20
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
21
# env:
22
# DEPLOYER_EMAIL_ARG: ''
23
steps:
+ - name: Upload coverage to Coveralls
24
+ if: false # Skip for testing
25
+ run: coveralls
26
27
- name: Checkout Dialpad Repo
28
uses: actions/checkout@v4
29
with:
0 commit comments