Update main.yml
This commit is contained in:
parent
b9042d548d
commit
c1ca2e8077
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -29,4 +29,5 @@ jobs:
|
||||||
- name: Run a multi-line script
|
- name: Run a multi-line script
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/code/
|
cd $GITHUB_WORKSPACE/code/
|
||||||
|
ls $GITHUB_WORKSPACE
|
||||||
node converter.js $GITHUB_WORKSPACE
|
node converter.js $GITHUB_WORKSPACE
|
||||||
|
|
Loading…
Reference in a new issue