Skip to content

Commit

Permalink
extract output step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Nov 10, 2023
1 parent 4484a6e commit 8bf6408
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 1,850 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/verify-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
fail-fast: false
matrix:
module:
- contribs/drt
- contribs/drt-extensions
- contribs/dvrp

steps:
- name: Checkout git repo
Expand Down Expand Up @@ -55,6 +53,12 @@ jobs:
run: mvn verify --batch-mode -Dmatsim.preferLocalDtds=true -Dsource.skip
working-directory: ${{matrix.module}}

- name: Get output
uses: actions/upload-artifact@v3
with:
name: output
path: output/output_events.xml.gz

env:
MAVEN_OPTS: -Xmx2g

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8bf6408

Please sign in to comment.