Skip to content

Commit

Permalink
Fix CICD[4]
Browse files Browse the repository at this point in the history
  • Loading branch information
cvetty committed Jun 28, 2024
1 parent c1afce4 commit 9525429
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4
with:
path: krait-ui

- run: pwd
- name: Go to the UI directory
run: cd krait-ui

- run: ls -la
- name: Check
run: ls -la

- name: Install NodeJS
uses: actions/setup-node@v4
Expand Down Expand Up @@ -131,8 +131,9 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v4
with:
path: krait-ui

- name: Go to the UI directory
run: cd krait-ui

- name: Install NodeJS
uses: actions/setup-node@v4
Expand Down

0 comments on commit 9525429

Please sign in to comment.