This commit is contained in:
parent
cb8c328954
commit
8d8d9e07c5
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
basex 2+2
|
1
.gitea/workflows/trigger/base-act
Normal file
1
.gitea/workflows/trigger/base-act
Normal file
|
@ -0,0 +1 @@
|
|||
aa
|
4
.github/actions/install-basex/action.yaml
vendored
4
.github/actions/install-basex/action.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue