Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: move ln tests to top level bats #3719

Merged
merged 20 commits into from
Dec 21, 2023
Merged

test: move ln tests to top level bats #3719

merged 20 commits into from
Dec 21, 2023

Conversation

vindard
Copy link
Contributor

@vindard vindard commented Dec 16, 2023

Takes over from #3593

Copy link

gitguardian bot commented Dec 16, 2023

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id Secret Commit Filename
7652397 Generic High Entropy Secret e836af3 dev/Tiltfile View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@vindard vindard force-pushed the move-lnds-bats branch 7 times, most recently from 50bb7f7 to c2e051f Compare December 18, 2023 20:32
@vindard vindard marked this pull request as ready for review December 18, 2023 20:33
@vindard vindard force-pushed the move-lnds-bats branch 11 times, most recently from 117633f to 158ef9c Compare December 19, 2023 05:01
@vindard vindard marked this pull request as draft December 19, 2023 19:21
@github-actions github-actions bot removed the core label Dec 19, 2023
@github-actions github-actions bot added the core label Dec 19, 2023
@vindard vindard force-pushed the move-lnds-bats branch 2 times, most recently from 2d4049c to f471d3a Compare December 20, 2023 02:09
@vindard vindard requested a review from dolcalmi December 20, 2023 02:28
@vindard vindard requested a review from bodymindarts December 20, 2023 02:28
@vindard vindard marked this pull request as ready for review December 20, 2023 15:07
@@ -21,7 +21,7 @@ jobs:
//core/api-keys //apps/dashboard //apps/consent //apps/pay
- name: Run bats tests
run: |
nix develop -c bats --setup-suite-file bats/ci_setup_suite.bash -t bats/core/**
. ./.env && nix develop -c bats --setup-suite-file bats/ci_setup_suite.bash -t bats/core/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to find another way to inject env.

@vindard vindard merged commit 4e40596 into main Dec 21, 2023
14 of 15 checks passed
vindard added a commit that referenced this pull request Dec 22, 2023
This reverts commit 4e40596.

This is to debug the .e2e-tilt.log file in CI and then bring this back
in.
vindard added a commit that referenced this pull request Dec 22, 2023
This reverts commit 4e40596.

This is to debug the .e2e-tilt.log file in CI and then bring this back
in.
vindard added a commit that referenced this pull request Dec 22, 2023
vindard added a commit that referenced this pull request Dec 22, 2023
vindard added a commit that referenced this pull request Dec 23, 2023
* test: move ln tests to top level bats (#3719) (#3744)

This reverts commit 2d849fd.

* chore: remove SVIX_CALLBACK_URL from environment

* refactor: change trigger_is_started to be exact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants