-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: removed echo for localhost * chore: changed version in the readme
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ When set to true, all tests in the `tests` directory will be run using the Jest | |
### Single step action | ||
```yaml | ||
- name: taqueria tasks | ||
uses: ecadlabs/[email protected].0 | ||
uses: ecadlabs/[email protected].1 | ||
with: | ||
plugins: '@taqueria/plugin-ligo, @taqueria/plugin-flextesa, @taqueria/plugin-taquito, @taqueria/plugin-jest' | ||
compile_contracts: counter.jsligo | ||
|
@@ -56,19 +56,19 @@ When set to true, all tests in the `tests` directory will be run using the Jest | |
### Multiple step action | ||
```yaml | ||
- name: compile contracts | ||
uses: ecadlabs/[email protected].0 | ||
uses: ecadlabs/[email protected].1 | ||
with: | ||
project_directory: 'example-projects/hello-tacos' | ||
compile_contracts: 'hello-tacos.mligo' | ||
|
||
- name: start local sandbox | ||
uses: ecadlabs/[email protected].0 | ||
uses: ecadlabs/[email protected].1 | ||
with: | ||
project_directory: 'example-projects/hello-tacos' | ||
sandbox_name: 'local' | ||
|
||
- name: deploy contracts | ||
uses: ecadlabs/[email protected].0 | ||
uses: ecadlabs/[email protected].1 | ||
with: | ||
project_directory: 'example-projects/hello-tacos' | ||
deploy_contracts: hello-tacos.tz | ||
|
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