diff --git a/.github/workflows/verifier.yml b/.github/workflows/verifier.yml index c4fa035..f321f9c 100644 --- a/.github/workflows/verifier.yml +++ b/.github/workflows/verifier.yml @@ -9,6 +9,9 @@ jobs: - name: Install cpputest run: sudo apt install --no-install-recommends -y cpputest + - name: Try to make dir + run: mkdir ../foo + - name: Where are we located run: ls -al ..