Skip to content

Commit 3ba118b

Browse files
committed
Fix: Provide environment variables and continue on error
1 parent 965e675 commit 3ba118b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,9 @@ jobs:
127127
path: "generator/build"
128128

129129
- name: "Upload test coverage to coveralls"
130+
continue-on-error: true
130131
run: "php vendor/bin/php-coveralls -v"
131132
working-directory: "generator"
133+
env:
134+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
135+
COVERALLS_RUN_LOCALLY: 1

0 commit comments

Comments
 (0)