瀏覽代碼

Update main.yml

Mark Szepieniec 3 年之前
父節點
當前提交
2a26623cbe
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/main.yml

+ 3 - 0
.github/workflows/main.yml

@@ -31,6 +31,9 @@ jobs:
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
       - uses: actions/checkout@v2
+      
+      - name: Test directory contents
+        run: ls -al
 
       - name: Install packages and build resume
         run: docker-compose up --abort-on-container-exit --exit-code-from resume-make