diff --git a/.gitea/workflows/lighthouse.yaml b/.gitea/workflows/lighthouse.yaml index 054c17e..2c2f5dd 100644 --- a/.gitea/workflows/lighthouse.yaml +++ b/.gitea/workflows/lighthouse.yaml @@ -30,6 +30,9 @@ jobs: - name: Install @sasjs/cli run: npm i -g @sasjs/cli + - name: Install wait-on globally + run: npm install -g wait-on + - name: Create .env file for sasjs/server run: | touch .env