Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjunath-Itagi authored Dec 18, 2023
1 parent 1af3f2a commit 0449341
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,102 @@ jobs:
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_2:
name: deploy to staging2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_3:
name: deploy to staging3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_4:
name: deploy to staging4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_5:
name: deploy to staging5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_6:
name: deploy to staging6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_7:
name: deploy to staging7
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_8:
name: deploy to staging8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_9:
name: deploy to staging9
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"
my_jab_10:
name: deploy to staging10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: echoing
run: |
echo "test"
echo "${{ matrix.tes }}"
echo "${{ matrix.test1 }}"
echo "${{ matrix.test3 }}"

0 comments on commit 0449341

Please sign in to comment.