diff --git a/.github/workflows/integration_identity.yml b/.github/workflows/integration_identity.yml index 47c6b2a9..a223eb03 100644 --- a/.github/workflows/integration_identity.yml +++ b/.github/workflows/integration_identity.yml @@ -13,7 +13,7 @@ jobs: php_version: [ 8.1 ] ubuntu_version: [ 20.04 ] runs-on: ubuntu-${{ matrix.ubuntu_version }} - name: Deploy OpenStack ${{ matrix.name }} with Swift and run objectstorage integration tests with php ${{matrix.php_version}} + name: Deploy OpenStack ${{ matrix.name }} and run Identity integration tests with php ${{matrix.php_version}} steps: - uses: actions/checkout@v2 - name: get cache directory @@ -62,5 +62,5 @@ jobs: echo OS_DOMAIN_ID=default } >> "$GITHUB_ENV" - name: Execute integration tests - run: php ./tests/integration/run.php -s=ObjectStore + run: php ./tests/integration/run.php -s=Identity diff --git a/.github/workflows/integration_object_storage.yml b/.github/workflows/integration_object_storage.yml index 462cec15..956f455a 100644 --- a/.github/workflows/integration_object_storage.yml +++ b/.github/workflows/integration_object_storage.yml @@ -13,7 +13,7 @@ jobs: php_version: [ 8.1 ] ubuntu_version: [ 20.04 ] runs-on: ubuntu-${{ matrix.ubuntu_version }} - name: Deploy OpenStack ${{ matrix.name }} with Swift and run objectstorage integration tests with php ${{matrix.php_version}} + name: Deploy OpenStack ${{ matrix.name }} and run ObjectStore integration tests with php ${{matrix.php_version}} steps: - uses: actions/checkout@v2 - name: get cache directory