Skip to content

Commit

Permalink
fix: check dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Jan 24, 2024
1 parent 8c688b1 commit ec45d1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: |
docker-compose -f "docker-compose.e2e.yaml" up -d --build
- name: Print Working Directory
run: |
pwd
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Print Working Directory
run: |
pwd
- name: Start docker containers
run: |
Expand Down

0 comments on commit ec45d1d

Please sign in to comment.