Skip to content

Commit

Permalink
normalize dir
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Andrews <andrewssc@vmware.com>
  • Loading branch information
scothis committed May 24, 2023
1 parent 2b7a82d commit 61a0b7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,14 @@ jobs:
path: conformance-tests

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

0 comments on commit 61a0b7b

Please sign in to comment.