File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 test :
1212 runs-on : ubuntu-latest
13+ timeout-minutes : 15
1314 name : Run Unit Tests
1415 steps :
1516 - uses : actions/checkout@v4
3536
3637 build :
3738 runs-on : ubuntu-24.04-arm
39+ timeout-minutes : 15
3840 name : Build Application
3941 steps :
4042 - uses : actions/checkout@v4
7476
7577 deploy-test-dev :
7678 runs-on : ubuntu-latest
79+ timeout-minutes : 30
7780 permissions :
7881 id-token : write
7982 contents : read
Original file line number Diff line number Diff line change 99jobs :
1010 test :
1111 runs-on : ubuntu-latest
12+ timeout-minutes : 15
1213 name : Run Unit Tests
1314 steps :
1415 - uses : actions/checkout@v4
3435
3536 build :
3637 runs-on : ubuntu-24.04-arm
38+ timeout-minutes : 15
3739 name : Build Application
3840 steps :
3941 - uses : actions/checkout@v4
7375
7476 deploy-prod :
7577 runs-on : ubuntu-latest
78+ timeout-minutes : 30
7679 name : Deploy to Prod and Run Health Check
7780 concurrency :
7881 group : ${{ github.event.repository.name }}-prod
You can’t perform that action at this time.
0 commit comments