Skip to content

Commit

Permalink
Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarwillymc committed Jan 19, 2024
1 parent 6dfcc10 commit 1756e67
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,20 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
validations:
needs: config
runs-on: ubuntu-latest
needs: config
strategy:
matrix:
job-type: [ config ]
steps:
- name: Execute validations
run: ./gradlew executeValidations
build:
needs: validations
runs-on: ubuntu-latest
needs: validations
strategy:
matrix:
job-type: [ config, validations ]
environment: ${{ github.ref_name }}
steps:
- name: Build App
Expand Down

0 comments on commit 1756e67

Please sign in to comment.