-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move trino tests to tests subdirectory
- Loading branch information
1 parent
9ae2f53
commit 0d801cc
Showing
8 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
test: | ||
runs-on: ubuntu-latest | ||
name: test ${{ matrix.label }} | ||
name: trino-test ${{ matrix.label }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -54,12 +54,12 @@ jobs: | |
uses: helm/[email protected] | ||
with: | ||
version: v0.24.0 | ||
- name: Run trino tests | ||
run: ./test.sh ${{ matrix.args }} | ||
- name: Run tests | ||
run: ./tests/trino/test.sh ${{ matrix.args }} | ||
|
||
test-gateway: | ||
runs-on: ubuntu-latest | ||
name: test ${{ matrix.label }} | ||
name: test gateway ${{ matrix.label }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.idea/* | ||
cert.key | ||
cert.crt | ||
tests/trino/cert.key | ||
tests/trino/cert.crt |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters