[add] matrix
This commit is contained in:
parent
68a6b99b85
commit
923336f037
4 changed files with 9 additions and 39 deletions
|
|
@ -1,33 +0,0 @@
|
|||
name: Test BaseX Installation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ".gitea/workflows/trigger/basex-act"
|
||||
|
||||
jobs:
|
||||
test-basex:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: "temurin"
|
||||
java-version: "17"
|
||||
|
||||
- name: Install BaseX
|
||||
uses: ./.github/actions/install-basex
|
||||
with:
|
||||
basex-version: '11.7' # Specify the BaseX version here
|
||||
|
||||
- name: Run BaseX command
|
||||
run: |
|
||||
basex "2+2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue