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.
1 parent 4e1f48f commit 24a6143Copy full SHA for 24a6143
.github/workflows/maven.yml
@@ -49,6 +49,8 @@ jobs:
49
50
- name: Run Tests
51
uses: coactions/setup-xvfb@v1
52
+ env:
53
+ PME_LICENSE: ${{ secrets.PME_LICENSE }}
54
with:
55
run: mvn -B test --file pom.xml
56
0 commit comments