echo "Current directory:"
pwd
This commit is contained in:
parent
7438feca66
commit
7780188da7
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ jobs:
|
|||
driver-opts: network=host
|
||||
- name: Test
|
||||
run: |
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
npm run lint
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
Loading…
Reference in a new issue