Skip to content

Commit

Permalink
wip, squash plz
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bylund committed Dec 5, 2023
1 parent 5aab303 commit c158a9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
buildName: smokeTest
projectPath: unity-sdk-smoketest-project
customParameters: -apikey ${{ ENV.JOB_API_KEY }} -domainkey ${{ ENV.JOB_DOMAIN_KEY }}
- name: ls project folder
run: |
ls -als unity-sdk-smoketest-project
- name: Run the built game
if: ${{ matrix.targetPlatform == 'StandaloneLinux64' }}
run: |
Expand Down

0 comments on commit c158a9f

Please sign in to comment.