Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Sørensen committed Jun 19, 2024
1 parent d6acd77 commit c6ed969
Showing 1 changed file with 2 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: ${{ env.LL_USE_STAGE == 'true' }}
run: echo stage
- name: Echo prod
if: ${{ ENV.LL_USE_STAGE == 'false' }}
if: ${{ env.LL_USE_STAGE == 'false' }}
run: echo prod

0 comments on commit c6ed969

Please sign in to comment.