-
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.
feat(ci): reusable platform composite action in e2e tests (#369)
Resolves #371 Unblocked by opentdf/platform#1530 Chicken and egg problem at the moment: When referencing the changes to _not run the platform_ in `otdfctl/e2e/action.yaml` by referencing the branch for the run, we [have a passing job](https://github.com/opentdf/otdfctl/actions/runs/10779107822/job/29891886738?pr=369) but we need to merge this in to have it pass compatibly. Evidence the `platform` can run the tests on a PR branch there against `main` in `otdfctl`: https://github.com/opentdf/platform/actions/runs/10780058471/job/29894940400?pr=1526
- Loading branch information
1 parent
21f9b80
commit f7d5a1c
Showing
4 changed files
with
5 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/opentdf/otdfctl | ||
|
||
go 1.22.5 | ||
go 1.22.7 | ||
|
||
require ( | ||
github.com/adrg/frontmatter v0.2.0 | ||
|
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