mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-27 01:11:53 +08:00
testing
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
|||||||
# version: ${{ fromJson(needs.set-matrix.outputs.versions) }} # broken in act
|
# version: ${{ fromJson(needs.set-matrix.outputs.versions) }} # broken in act
|
||||||
version:
|
version:
|
||||||
- 7u21-jdk
|
- 7u21-jdk
|
||||||
# - 7u25-jdk
|
- 7u25-jdk
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: vulhub/java:${{ matrix.version }}
|
image: vulhub/java:${{ matrix.version }}
|
||||||
@@ -75,4 +75,16 @@ jobs:
|
|||||||
name: out-${{ matrix.version }}
|
name: out-${{ matrix.version }}
|
||||||
path: out.txt
|
path: out.txt
|
||||||
|
|
||||||
|
analyze:
|
||||||
|
needs: run-java
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
path: artifacts
|
||||||
|
- run: cat artifacts/out* out.txt
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: out
|
||||||
|
path: out.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user