From 1ae92f01c0139312446b2a04f42b13d7b88effce Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Mon, 23 Oct 2023 11:51:50 -0700 Subject: [PATCH] Of course npm run all does not install, why would it. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4e96f4..da76b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 + - run: npm install - run: npm run all - run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0 run-x86_64-linux: