From 62a6c611d40caf8e8a80a3fd1c9fb7a17a8274fd Mon Sep 17 00:00:00 2001 From: Richard Meissner Date: Wed, 4 Oct 2023 15:56:29 +0200 Subject: [PATCH] Test CI --- .github/workflows/ci_4337.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_4337.yml b/.github/workflows/ci_4337.yml index 77b3cc64d..a7cfbbc3b 100644 --- a/.github/workflows/ci_4337.yml +++ b/.github/workflows/ci_4337.yml @@ -31,5 +31,9 @@ jobs: with: node-version: 18.17.1 cache: 'npm' + - name: 'PWD Test' + run: pwd + working-directory: ./4337 + - run: pwd - run: npm ci - run: npm run lint:sol