Skip to content

Update image build instructions #246

Update image build instructions

Update image build instructions #246

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