mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
env
This commit is contained in:
parent
a0c1e07159
commit
ee753c76f1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-and-publish.yml
vendored
3
.github/workflows/build-and-publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue