Skip to content

Commit

Permalink
Display environment
Browse files Browse the repository at this point in the history
  • Loading branch information
montanajava committed Nov 8, 2023
1 parent 0cac84d commit c5ba2a7
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with Maven
name: XSD Quality Gate

on:
push:
Expand All @@ -20,9 +20,27 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Run a one-line script
run: echo Hello, world!

- name: Display environment
run: |
echo What is in this directory?
ls -l
echo
echo What is in the ./src directory?
ls -l ./src
echo
echo Is Java installed?
java --version
echo
echo Is Git installed~?
git --version
echo
echo What about build tools?
mvn --version
Expand Down

0 comments on commit c5ba2a7

Please sign in to comment.