Skip to content

Bump the version-updates group across 1 directory with 8 updates #60

Bump the version-updates group across 1 directory with 8 updates

Bump the version-updates group across 1 directory with 8 updates #60

name: Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./.github/actions/setup-and-install-dep
- name: Login to Nuxeo Docker Registry
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
with:
registry: docker-private.packages.nuxeo.com
username: ${{ secrets.REPOSITORY_MANAGER_USERNAME }}
password: ${{ secrets.REPOSITORY_MANAGER_PASSWORD }}
- name: Pull Nuxeo Docker Image
run: |
docker pull docker-private.packages.nuxeo.com/nuxeo/nuxeo:2025
- name: Run integration tests
env:
NUXEO_DOCKER_IMAGE: docker-private.packages.nuxeo.com/nuxeo/nuxeo:2025
run: |
uv run pytest tests/ -v --integration