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