We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bb9e6c + b2e17c0 commit 074d61bCopy full SHA for 074d61b
.github/workflows/main.yml
@@ -40,7 +40,9 @@ jobs:
40
distribution: 'temurin'
41
java-version: ${{ matrix.jdk }}
42
- name: Install
43
- # download dependencies, etc, so test log looks better
+ env:
44
+ HF_API_KEY: ${{ secrets.HF_API_KEY }}
45
+ PALM_API_KEY: ${{ secrets.PALM_API_KEY }}
46
run: mvn clean install
47
48
parent-pom.xml
@@ -69,4 +69,14 @@
69
</dependency>
70
</dependencies>
71
72
+ <build>
73
+ <plugins>
74
+ <plugin>
75
+ <groupId>org.apache.maven.plugins</groupId>
76
+ <artifactId>maven-surefire-plugin</artifactId>
77
+ <version>3.1.2</version>
78
+ </plugin>
79
+ </plugins>
80
+ </build>
81
+
82
</project>
0 commit comments