-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gh-actions): Upload gemini results to github
1. When we run integrations tests, there was a bug when uploading gemini results to github actifacts. Issue was in `Makefile`, path to the `./results` is relative to the `./bin` directory from where `gemini` is run. This directory does not exist in `./bin`. Easy fix is just to use `$(PWD)`. 2. Modified the command for `integrations-tests` to match whats running inside SCT (mainly added `--schema-seed` to be the same as the `--seed`). 3. We migrated to `Makefile` fully, there is no need to have `./scripts` They are broken, and all commands have been migrated. Signed-off-by: Dusan Malusev <[email protected]>
- Loading branch information
1 parent
783bd13
commit f010672
Showing
7 changed files
with
52 additions
and
135 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.