Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmightyMikkel committed Jun 19, 2024
1 parent c6ed969 commit a452bf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
curl -X POST "${{ SECRETS.LL_STAGE_URL }}/game/v2/session/guest" -H "Content-Type: application/json" -d "{\"game_key\": \"dev_dc52acb52a8b49be81761e709f1df9fd\", \"game_version\": \"0.10.0.0\"}"
- name: Echo Stage
if: ${{ env.LL_USE_STAGE == 'true' }}
if: ${{ vars.LL_USE_STAGE == 'true' }}
run: echo stage
- name: Echo prod
if: ${{ env.LL_USE_STAGE == 'false' }}
if: ${{ vars.LL_USE_STAGE == 'false' }}
run: echo prod
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ sysinfo.txt
crashlytics-build.properties

.DS_Store

#IDE generated files
.idea
.vscode

0 comments on commit a452bf0

Please sign in to comment.