Skip to content

Commit

Permalink
Merge pull request #24 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod: Update README.adoc (#23)
  • Loading branch information
gkwan-ibm authored Jan 25, 2021
2 parents ff0648a + 938c688 commit 1fca5ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Application

on:
pull_request:
branches: [ qa ]
branches: [ prod, staging ]

jobs:
needTest:
Expand All @@ -23,22 +23,19 @@ jobs:
echo "Need to run test"
echo "::set-output name=canSkip::false"
fi
build:
test-app:
runs-on: ubuntu-latest
needs: [ needTest ]
if: "!contains(needs.needTest.outputs.canSkip, 'true')"
strategy:
matrix:
jdk: [ 8 ]
defaults:
run:
working-directory: finish
steps:
- uses: actions/checkout@v2
- name: Set up JDK
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.jdk }}
java-version: 8
- run: unset _JAVA_OPTIONS
- name: Run tests
run: ../scripts/testApp.sh
Expand All @@ -52,4 +49,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: server-logs
path: finish/target/liberty/wlp/usr/servers/guideServer/logs/
path: finish/target/liberty/wlp/usr/servers/guideServer/logs/
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:page-seo-title: Implementing consumer-driven contract testing for Java microservices and Cloud-native applications.
:page-seo-description: A getting started tutorial on implementing consumer-driven contract testing for Java microservices and Cloud-native applications.
:guide-author: Open Liberty
:page-tags: ['MicroProfile', 'Java EE', 'Jakarta EE', 'Contract Testing', 'Consumer-Driven Test']
:page-tags: ['MicroProfile', 'Jakarta EE']
:page-related-guides: ['microshed-testing', 'reactive-service-testing', 'arquillian-managed']
:page-permalink: /guides/{projectid}
:repo-description: Visit the https://openliberty.io/guides/{projectid}.html[website] for the rendered version of the guide.
Expand Down

0 comments on commit 1fca5ba

Please sign in to comment.