We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155edf1 commit 4a0fa19Copy full SHA for 4a0fa19
.github/workflows/tests.yml
@@ -193,6 +193,8 @@ jobs:
193
restore-keys: |
194
${{ runner.os }}-maven-
195
196
- - name: Coverage report
+ - name: Download and test
197
run: |
198
mvn clean test -Dh3.github.artifacts=true
199
+ env:
200
+ GH_TOKEN: ${{ github.token }}
src/main/c/h3-java/pull-from-github.sh
@@ -22,7 +22,7 @@
22
# This script expects to be run from the project's base directory (where
23
# pom.xml is) as part of the Maven build process.
24
25
-set -ex
+set -eox pipefail
26
27
GIT_REVISION=$(git rev-parse HEAD)
28
EXTRACT_TO=src/main/resources
0 commit comments