Skip to content

Merge pull request #54 from xcp-ng/gln/doc-image-build-uosq #247

Merge pull request #54 from xcp-ng/gln/doc-image-build-uosq

Merge pull request #54 from xcp-ng/gln/doc-image-build-uosq #247

Workflow file for this run

name: Test build env
on:
push:
branches:
- 'master'
pull_request:
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: true # required for git lfs
- uses: ./.github/actions/uv-setup/
- name: Test
# use script to provide a tty (workaround of systematic "docker -t"?)
shell: 'script -q -e -c "bash {0}"'
run: |
./test/test.sh