Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build and test core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build latest
run: mvn -q clean install
working-directory: ./aws-serverless-java-container-core
Expand All @@ -19,7 +19,7 @@ jobs:
name: Build and test Jersey
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build latest
run: ./gha_build.sh jersey true true
- name: Build Jersey 2.26
Expand All @@ -33,7 +33,7 @@ jobs:
name: Build and test Spark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build latest
run: ./gha_build.sh spark true true
- name: Build Spark 2.8.0
Expand All @@ -43,7 +43,7 @@ jobs:
name: Build and test Spring & SpringBoot
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build latest
run: ./gha_build.sh spring true true
- name: Build Spring 4.3
Expand All @@ -55,7 +55,7 @@ jobs:
name: Build and test SpringBoot 2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build latest
run: ./gha_build.sh springboot2 true true
- name: Build Spring Boot 2.0
Expand All @@ -69,6 +69,6 @@ jobs:
name: Build and test Struts 2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build latest
run: ./gha_build.sh struts2 true true
run: ./gha_build.sh struts2 true true