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 3d44cf3 commit d6acd77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
- name: Ping stage
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' }}
run: echo stage
- name: Echo prod
if: ${{ ENV.LL_USE_STAGE == 'false' }}
run: echo prod

0 comments on commit d6acd77

Please sign in to comment.