From f4160ebcf0a139270ab97913c7150df3b87eefa4 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 3 Dec 2024 16:50:10 +0100 Subject: [PATCH] Actions: try to get tests running --- .github/workflows/deploy_hosted.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_hosted.yml b/.github/workflows/deploy_hosted.yml index ea20b1094..0c88d12ee 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -36,7 +36,10 @@ jobs: shell: bash - name: run tests - run: npm run test + run: | + pwd + ls + npm run test shell: bash - name: Upload artefact