This commit is contained in:
Jackson Delahunt 2020-09-14 07:31:32 +10:00
parent a0c1e07159
commit ee753c76f1

View file

@ -26,5 +26,8 @@ jobs:
tag_with_ref: true
username: ${{ env.REPOSITORY_OWNER }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run desktop environment tests
run: ./docker/scripts/test.sh
env:
DESKTOP_ENVIRONMENT_REGISTRY: docker.pkg.github.com/${{ env.GITHUB_REPOSITORY }}