Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 committed Jun 13, 2023
1 parent bb55707 commit 85f7f3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
dir
tar --strip-components=1 -xzf testcafe-*.tgz
echo "Dir after tar --strip-components=1 -xzf"
dir
dir -l
- name: Get npm cache directory
id: npm-cache-dir
Expand All @@ -179,7 +179,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- run: |
echo "Dir before npm ci"
dir
npm ci
if: ${{ !inputs.is-docker }}
- run: npm install
if: ${{ inputs.is-docker }}
Expand Down

0 comments on commit 85f7f3b

Please sign in to comment.