Skip to content

Commit

Permalink
fix: file upload via relative path (#190)
Browse files Browse the repository at this point in the history
* fix: constants for file upload

* test: update make file to run archway e2e

* refactor: change default_contract_path for NEUTRON_SERVICE_CONFIG in constant.star

---------

Co-authored-by: hemz10 <[email protected]>
Co-authored-by: abhiyana <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent ce12af8 commit ed216a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ GINKGO:
remove-bin:
@cd $(CURDIR)/../cli && rm -rf dive

run-cosmos:
run-archway-e2e:
@echo "Running e2e demo cosmos"
@cd $(CURDIR)/scripts/cosmos && npx ts-node archway_e2e_demo.ts
@cd $(CURDIR)/scripts/cosmos && npx ts-node cosmos_e2e_demo.ts archway



Expand Down

0 comments on commit ed216a1

Please sign in to comment.