Skip to content

Commit

Permalink
update test actions to run specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Jan 15, 2024
1 parent 94a22b5 commit e733695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
FIREBOLT_CLIENT_ID: ${{ env.CLIENT_ID }}
FIREBOLT_CLIENT_SECRET: ${{ env.CLIENT_SECRET }}
run: |
npm run test:ci integration
npm run test:ci integration/v1
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
echo "CLIENT_ID=${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}" >> "$GITHUB_ENV"
echo "CLIENT_SECRET=${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}" >> "$GITHUB_ENV"
else
echo "CLIENT_ID=${{ secrets.FIREBOLT_CLIENT_ID_NEW_IDN }}" >> "$GITHUB_ENV"
echo "CLIENT_SECRET=${{ secrets.FIREBOLT_CLIENT_SECRET_NEW_IDN }}" >> "$GITHUB_ENV"
echo "CLIENT_ID=${{ secrets.FIREBOLT_CLIENT_ID_DEV_NEW_IDN }}" >> "$GITHUB_ENV"
echo "CLIENT_SECRET=${{ secrets.FIREBOLT_CLIENT_SECRET_DEV_NEW_IDN }}" >> "$GITHUB_ENV"
fi
- name: Setup database and engine
Expand All @@ -69,4 +69,4 @@ jobs:
FIREBOLT_CLIENT_ID: ${{ env.CLIENT_ID }}
FIREBOLT_CLIENT_SECRET: ${{ env.CLIENT_SECRET }}
run: |
npm run test:ci integration
npm run test:ci integration/v2

0 comments on commit e733695

Please sign in to comment.