From b1d39b4f3a46909713e6798d3e533f8b01b0a100 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Mon, 22 Apr 2024 14:37:50 -0700 Subject: [PATCH] Add build command to dev build runner --- .gitea/workflows/dev-build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/dev-build.yaml b/.gitea/workflows/dev-build.yaml index e7dcbbe..793ec9e 100644 --- a/.gitea/workflows/dev-build.yaml +++ b/.gitea/workflows/dev-build.yaml @@ -12,8 +12,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - run: echo "The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls ${{ gitea.workspace }} + npm run build --prefix /home/mserver/ALVINN/ALVINN_f7/ - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file