Skip to content

Commit

Permalink
change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 1, 2024
1 parent bcc493f commit f58f753
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
- name: Get Code
uses: actions/checkout@v3
- name: Folder content
run: |
ls
cd artifacts-outputs
working-directory: ./artifacts-outputs
run: ls
- name: Install dependencies
run: npm ci
- name: Lint Code
Expand Down

0 comments on commit f58f753

Please sign in to comment.