diff --git a/.drone.yml b/.drone.yml index b223562..ba3b7e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -97,6 +97,7 @@ steps: - name: Install packages image: node commands: + - ls -la - yarn - name: Run unit tests @@ -173,6 +174,7 @@ steps: - name: Run unit tests image: node commands: + - ls -la - npm run test:cov - name: Run E2E tests