Skip to content

Commit 2191a43

Browse files
committed
30
1 parent 6e4d6fd commit 2191a43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# all of these default to true, but feel free to set to
2525
# "false" if necessary for your workflow
2626
android: true
27-
dotnet: true
27+
# dotnet: true
2828
haskell: true
2929
large-packages: true
3030
docker-images: false
@@ -33,6 +33,9 @@ jobs:
3333
uses: actions/checkout@v3
3434
with:
3535
path: UnrealHelperLibrary
36+
- name:
37+
run: |
38+
echo ${{ secrets.UNREAL_ENGINE_PERSONAL_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
3639
- uses: addnab/docker-run-action@v3
3740
with:
3841
username: ${{ github.actor }}

0 commit comments

Comments
 (0)