Skip to content

Commit

Permalink
[TO REMOVE] WIP: test behavior with development slab server
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Mar 8, 2024
1 parent b2c0632 commit a12c5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
mode: start
github-token: ${{ secrets.SLAB_ACTION_TOKEN }}
slab-url: ${{ secrets.SLAB_BASE_URL }}
slab-url: ${{ secrets.SLAB_DEV_URL }}
job-secret: ${{ secrets.JOB_SECRET }}
backend: aws
profile: ci-test
Expand All @@ -69,6 +69,6 @@ jobs:
with:
mode: stop
github-token: ${{ secrets.SLAB_ACTION_TOKEN }}
slab-url: ${{ secrets.SLAB_BASE_URL }}
slab-url: ${{ secrets.SLAB_DEV_URL }}
job-secret: ${{ secrets.JOB_SECRET }}
label: ${{ steps.test-start-profile.outputs.label }}

0 comments on commit a12c5b5

Please sign in to comment.