Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-actions into main
  • Loading branch information
GuillaumeFalourd committed Jun 29, 2021
2 parents ce36bc8 + 65fdf62 commit 5929850
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/07-action-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Run Ritchie Formula Command
uses: GuillaumeFalourd/ritchie-cli-action@v1
with:
rit-repo-url: https://github.com/ZupIT/ritchie-formulas-demo
rit-formula-command: rit demo coffee-shell --rit_name=Dennis --rit_coffee_type=espresso --rit_delivery=false
rit_repo_url: https://github.com/ZupIT/ritchie-formulas-demo
rit_formula_command: rit demo coffee-shell --rit_name=Dennis --rit_coffee_type=espresso --rit_delivery=false

action_job_macos:
runs-on: macos-latest
Expand All @@ -21,15 +21,16 @@ jobs:
- name: Run Ritchie Formula Command
uses: GuillaumeFalourd/ritchie-cli-action@v1
with:
rit-repo-url: https://github.com/ZupIT/ritchie-formulas-demo
rit-formula-command: rit demo coffee-shell --rit_name=Dennis --rit_coffee_type=espresso --rit_delivery=false
rit_repo_url: https://github.com/ZupIT/ritchie-formulas-demo
rit_formula_command: rit demo coffee-shell --rit_name=Dennis --rit_coffee_type=espresso --rit_delivery=false

action_job_windows:
runs-on: windows-latest
name: Ritchie CLI Action Windows
steps:

- name: Run Ritchie Formula Command
uses: GuillaumeFalourd/ritchie-cli-action@v1
with:
rit-repo-url: https://github.com/ZupIT/ritchie-formulas-demo
rit-formula-command: ./rit.exe demo coffee-shell --rit_name=Dennis --rit_coffee_type=espresso --rit_delivery=false
rit_repo_url: https://github.com/ZupIT/ritchie-formulas-demo
rit_formula_command: ./rit.exe demo coffee-python --rit_name=Dennis --rit_coffee_type=espresso --rit_delivery=false
2 changes: 1 addition & 1 deletion report.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mon Jun 28 16:35:52 UTC 2021
Tue Jun 29 02:28:58 UTC 2021

0 comments on commit 5929850

Please sign in to comment.