This commit is contained in:
parent
cb8c328954
commit
8d8d9e07c5
3 changed files with 6 additions and 3 deletions
|
@ -8,7 +8,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- ".gitea/workflows/trigger/release"
|
- ".gitea/workflows/trigger/basex-act"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-basex:
|
test-basex:
|
||||||
|
@ -30,4 +30,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run BaseX command
|
- name: Run BaseX command
|
||||||
run: |
|
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
|
2
.github/actions/install-basex/action.yaml
vendored
2
.github/actions/install-basex/action.yaml
vendored
|
@ -19,7 +19,9 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
unzip BaseX.zip -d $HOME
|
unzip BaseX.zip -d $HOME
|
||||||
|
echo "rm"
|
||||||
rm BaseX.zip
|
rm BaseX.zip
|
||||||
|
echo "done"
|
||||||
|
|
||||||
- name: Add BaseX to PATH
|
- name: Add BaseX to PATH
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue