mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 08:46:56 -06:00
archive test results for diagnosing github actions weirdness
This commit is contained in:
parent
4acdbbaf4b
commit
332c24a647
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -16,16 +16,23 @@ jobs:
|
||||
java-version: '17'
|
||||
java-package: jdk
|
||||
architecture: x64
|
||||
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
restore-keys: ${{ runner.os }}-m2
|
||||
|
||||
- name: mvn package
|
||||
run: mvn package
|
||||
|
||||
|
||||
- name: mvn verify
|
||||
run: mvn verify
|
||||
|
||||
- name: Archive Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: test-results
|
||||
path: logs
|
||||
|
Loading…
Reference in New Issue
Block a user