mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
sha
This commit is contained in:
parent
d5f223f185
commit
005803c4e6
2 changed files with 1 additions and 3 deletions
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
|
|
@ -27,5 +27,5 @@ jobs:
|
|||
run: ./docker/scripts/test.sh
|
||||
env:
|
||||
DESKTOP_ENVIRONMENT_REGISTRY: ghcr.io/${{ env.REPOSITORY_OWNER }}
|
||||
DESKTOP_ENVIRONMENT_CONTAINER_TAG: ${{ github.ref }}
|
||||
DESKTOP_ENVIRONMENT_CONTAINER_TAG: ${{ github.sha }}
|
||||
continue-on-error: true
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@ docker run \
|
|||
$DESKTOP_ENVIRONMENT_REGISTRY/$DESKTOP_ENVIRONMENT_CONTAINER_IMAGE:$DESKTOP_ENVIRONMENT_CONTAINER_TAG \
|
||||
sleep infinity
|
||||
|
||||
exit 1
|
||||
|
||||
# Wait until the desktop environment test container is running before proceeding
|
||||
until docker inspect $DESKTOP_ENVIRONMENT_CONTAINER_NAME | grep Status | grep -m 1 running >/dev/null; do sleep 1; done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue