Skip to content

Commit

Permalink
revert: move ln tests to top level bats (#3719) (#3744)
Browse files Browse the repository at this point in the history
This reverts commit 4e40596.

This is to debug the .e2e-tilt.log file in CI and then bring this back
in.
  • Loading branch information
vindard authored Dec 22, 2023
1 parent 2119285 commit 2d849fd
Show file tree
Hide file tree
Showing 35 changed files with 671 additions and 1,591 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
//core/api-keys //apps/dashboard //apps/consent //apps/pay
- name: Run bats tests
run: |
. ./.env && nix develop -c bats --setup-suite-file bats/ci_setup_suite.bash -t bats/core/**
nix develop -c bats --setup-suite-file bats/ci_setup_suite.bash -t bats/core/**
- name: Rename Tilt log
if: always()
run: mv bats/.e2e-tilt.log bats/e2e-tilt.log
Expand Down
Loading

0 comments on commit 2d849fd

Please sign in to comment.