Skip to content

Commit

Permalink
Parallel workflow setup 1
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Dec 8, 2023
1 parent 3749019 commit 6bf5a45
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/integration-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ jobs:

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: [11]
#TODO GET A LIST OF TEST FILES HERE
testfiles: []
include:
- os: ubuntu-latest
matrix: ${{fromJson(needs.prepare-matrix.outputs.matrix)}}
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 6bf5a45

Please sign in to comment.