Skip to content

Commit

Permalink
Fix BK pipeline step that runs E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Oct 24, 2023
1 parent 47de832 commit d8afa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ steps:
- label: "Run E2E tests"
depends_on: trigger-e2e-tests
key: run-e2e-tests
command: 'nix develop --command bash -c "cd lib/wallet-e2e && just run-local"'
command: 'nix develop --command bash -c "just e2e-local"'
agents:
system: ${linux}
env:
Expand Down

0 comments on commit d8afa79

Please sign in to comment.