Skip to content

Commit

Permalink
Run conformance tests in parallel
Browse files Browse the repository at this point in the history
Upgrades to v0.3.0

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
  • Loading branch information
scothis committed May 24, 2023
1 parent c6611a2 commit a220d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,22 +335,22 @@ jobs:
uses: actions/checkout@v3
with:
repository: servicebinding/conformance.git
ref: v0.2.1
ref: v0.3.0
fetch-depth: 1
path: conformance-tests

- name: Conformance tests
working-directory: conformance-tests
run: |
set -o errexit
set -o nounset
set -o pipefail
cd conformance-tests
echo "##[group]Setup conformance tests"
. setup.sh
./setup.sh
echo "##[endgroup]"
echo "##[group]Run conformance tests"
. run_tests.sh
./run_tests.sh -j 4
echo "##[endgroup]"
- name: Collect diagnostics
Expand Down

0 comments on commit a220d86

Please sign in to comment.