Mark Szepieniec 3 anni fa
parent
commit
2a26623cbe
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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