Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
config CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
LimiteDiTempo committed Aug 26, 2024
1 parent 6fd0de2 commit af10cd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: List directory
run: |
echo "Current directory:"
pwd
echo "List files:"
ls -la
echo "List HackerGround directory:"
ls -la HackerGround
- name: Run Gradle Build
working-directory: ./HackerGround
run: ./gradlew build
Expand Down

0 comments on commit af10cd1

Please sign in to comment.