Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjay30902 authored Feb 7, 2024
1 parent 75dad92 commit ea08127
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,33 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo What is in this directory?
echo 1. What is in this directory?
ls -a
echo
echo Is Java installed?
echo 2. Is Java installed?
java -version
echo Is git installed?
echo 3. Is git installed?
git --version
echo What about build tools?
echo 4. What about build tools?
mvn --version
gradle --version
ant -version
echo
echo 5. Where is the Android SDK Root?
echo $ANDROID_SDK_ROOT
echo
echo 6. Where are the Selenium jars?
echo
echo 7. What is the workspace location?
echo $RUNNNER_WORKSPACE
echo
echo 8. Who is running this script?
whoami
echo 9. How is the disc laid out?
df
echo 10. What environment variables are available?
env
Expand Down

0 comments on commit ea08127

Please sign in to comment.