1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore(workflow): check pwd

This commit is contained in:
Yury Shkoda
2021-10-20 15:18:31 +03:00
parent 174d94a23c
commit 6b23452d6a

View File

@@ -18,8 +18,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Check pwd 1
run: pwd
- name: Change directory
run: cd api
- name: Check pwd 2
run: pwd
- name: Install Dependencies
run: npm ci
- name: Check Code Style