Of course npm run all does not install, why would it.

This commit is contained in:
Ana Hobden 2023-10-23 11:51:50 -07:00
parent bbcd1efad1
commit 1ae92f01c0

View file

@ -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: