Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
naveedkhan8067 committed Dec 9, 2023
1 parent 6995a42 commit 4231619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Prepare Varient Config
run: |
python .\preparevarientConfig.py
python preparevarientConfig.py
working-directory: ./components/hello-world
env:
VARIENT_TYPE: LINUX
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Prepare Varient Config
run: |
python .\preparevarientConfig.py
python preparevarientConfig.py
working-directory: ./components/hello-world
env:
VARIENT_TYPE: MAC
Expand Down

0 comments on commit 4231619

Please sign in to comment.