Skip to content

Commit

Permalink
Add tooling info
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Dec 3, 2021
1 parent 86c0a82 commit fa2e280
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
- uses: stCarolas/[email protected]
with:
maven-version: 3.8.3
- name: Show versions
run: |
type java && java -version
type mvn && mvn -version
type node && node -version
uname -a
id
pwd
- name: Set flow version and Generate module lists
run: |
mvn -B -q -DnewVersion=999.99-SNAPSHOT versions:set -T 1C &
Expand All @@ -31,8 +39,6 @@ jobs:
| sort > it.modules &
P3=$!
wait $P1 $P2 $P3
# - name: Sleep
# run: echo Sleeping && sleep 300
- name: Compile and Install Flow
run: |
mvn install -B -am -DskipTests -T 2C
Expand Down

0 comments on commit fa2e280

Please sign in to comment.