-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into chore.rt_batch_tests
- Loading branch information
Showing
16 changed files
with
10,955 additions
and
7,425 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
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 |
---|---|---|
|
@@ -8,10 +8,18 @@ on: | |
- synchronize | ||
|
||
jobs: | ||
test: | ||
name: Run Tests | ||
ut_tests: | ||
name: UT Tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Setup Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.17 | ||
|
||
- name: Install Latest Version of Kind | ||
run: go install sigs.k8s.io/[email protected] | ||
|
||
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -26,19 +34,6 @@ jobs: | |
- name: Install Dependencies | ||
run: npm ci | ||
|
||
- name: Run Unit Tests | ||
run: | | ||
npm run test:js:ci | ||
npm run test:ts:ci | ||
- name: Setup Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: 1.17 | ||
|
||
- name: Install Latest Version of Kind | ||
run: go install sigs.k8s.io/[email protected] | ||
|
||
- name: Create Kind cluster | ||
run: kind create cluster --name kind-cluster --config=test/__tests__/data/worker-nodes-kind.yml | ||
|
||
|
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
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
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
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
Oops, something went wrong.