From 9a141685decb9647216dc6325460e578dde82a40 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 24 May 2025 21:27:02 +1200 Subject: [PATCH] Update test. --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 445aed7..3cbad4d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,10 +14,10 @@ jobs: uses: actions/checkout@v4 - name: Build run: | - cd ${{ gitea.workspace }}/docker - ./compile.sh + cd ${{ gitea.workspace }}/source + ./multibuild.sh - name: Test run: | - cd ${{ gitea.workspace }}/docker/output + cd ${{ gitea.workspace }}/source/output ./dropshell_x86_64 list ./dropshell_x86_64 help