-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set up e2e tests to support the reusable action repo structure
- Loading branch information
1 parent
06f30a7
commit 01fba34
Showing
15 changed files
with
9 additions
and
9 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
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 |
---|---|---|
|
@@ -125,8 +125,8 @@ jobs: | |
run: cp otdfctl-example.yaml otdfctl.yaml | ||
- name: Setup Bats and bats libs | ||
uses: bats-core/[email protected] | ||
- run: tests/encrypt-decrypt.bats | ||
- run: tests/kas-grants.bats | ||
- run: tests/profile.bats | ||
- run: tests/kas-registry.bats | ||
- run: tests/namespaces.bats | ||
- run: e2e/encrypt-decrypt.bats | ||
- run: e2e/kas-grants.bats | ||
- run: e2e/profile.bats | ||
- run: e2e/kas-registry.bats | ||
- run: e2e/namespaces.bats |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.