Skip to content

Commit c107d91

Browse files
authored
Update main.yml
1 parent d12cb1f commit c107d91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
1515

16+
- name: Show project directory
17+
run: ls -al
18+
19+
- name: Show .env file contents
20+
run: cat .env
21+
1622
- name: Build Docker image
1723
run: docker build -t kingitsolutionsteam/nawwa-test:${{ github.sha }} .
1824

0 commit comments

Comments
 (0)