Skip to content

Commit

Permalink
move tests to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuryfirebolt committed Aug 17, 2022
1 parent ac88183 commit 5e09485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
firebolt-username: ${{ secrets.FIREBOLT_USERNAME }}
firebolt-password: ${{ secrets.FIREBOLT_PASSWORD }}
api-endpoint: "api.app.firebolt.io"
api-endpoint: "api.dev.firebolt.io"
region: "us-east-1"
instance-type: "B2"

Expand All @@ -40,7 +40,7 @@ jobs:
ENGINE_URL: ${{ steps.setup.outputs.engine_url }}
STOPPED_ENGINE_NAME: ${{ steps.setup.outputs.stopped_engine_name }}
STOPPED_ENGINE_URL: ${{ steps.setup.outputs.stopped_engine_url }}
API_ENDPOINT: "api.app.firebolt.io"
API_ENDPOINT: "api.dev.firebolt.io"
ACCOUNT_NAME: "firebolt"
run: |
go test . -v --tags=integration
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
firebolt-username: ${{ secrets.FIREBOLT_USERNAME }}
firebolt-password: ${{ secrets.FIREBOLT_PASSWORD }}
api-endpoint: "api.app.firebolt.io"
api-endpoint: "api.dev.firebolt.io"
region: "us-east-1"
instance-type: "B2"

Expand All @@ -45,7 +45,7 @@ jobs:
ENGINE_URL: ${{ steps.setup.outputs.engine_url }}
STOPPED_ENGINE_NAME: ${{ steps.setup.outputs.stopped_engine_name }}
STOPPED_ENGINE_URL: ${{ steps.setup.outputs.stopped_engine_url }}
# API_ENDPOINT: "api.app.firebolt.io"
API_ENDPOINT: "api.dev.firebolt.io"
ACCOUNT_NAME: "firebolt"
run: |
go test . -v -coverprofile cover.out --tags=integration
Expand Down

0 comments on commit 5e09485

Please sign in to comment.