diff --git a/.gitea/workflows/test-basex.yaml b/.gitea/workflows/test-basex.yaml index 242a101..0acba76 100644 --- a/.gitea/workflows/test-basex.yaml +++ b/.gitea/workflows/test-basex.yaml @@ -8,7 +8,7 @@ on: branches: - main paths: - - ".gitea/workflows/trigger/release" + - ".gitea/workflows/trigger/basex-act" jobs: test-basex: @@ -30,4 +30,4 @@ jobs: - name: Run BaseX command run: | - basex --version \ No newline at end of file + basex 2+2 \ No newline at end of file diff --git a/.gitea/workflows/trigger/base-act b/.gitea/workflows/trigger/base-act new file mode 100644 index 0000000..7ec9a4b --- /dev/null +++ b/.gitea/workflows/trigger/base-act @@ -0,0 +1 @@ +aa \ No newline at end of file diff --git a/.github/actions/install-basex/action.yaml b/.github/actions/install-basex/action.yaml index d1ec52d..0db885b 100644 --- a/.github/actions/install-basex/action.yaml +++ b/.github/actions/install-basex/action.yaml @@ -18,8 +18,10 @@ runs: - name: Unzip BaseX shell: bash run: | - unzip BaseX.zip -d $HOME + unzip BaseX.zip -d $HOME + echo "rm" rm BaseX.zip + echo "done" - name: Add BaseX to PATH shell: bash