From 8d8d9e07c543c5c9e384e545561d9600aa660455 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Wed, 12 Feb 2025 13:49:52 +0000 Subject: [PATCH] [mod] test --- .gitea/workflows/test-basex.yaml | 4 ++-- .gitea/workflows/trigger/base-act | 1 + .github/actions/install-basex/action.yaml | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .gitea/workflows/trigger/base-act 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