Skip to content

Commit

Permalink
feat: test run removal
Browse files Browse the repository at this point in the history
  • Loading branch information
debrecenid committed Feb 28, 2024
1 parent 21a9088 commit cf6748c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ jobs:
- name: Migration
run: pnpm migration:ci ${{ steps.sst-output.outputs.migrationFunction }}

- name: Run tests
run: pnpm test:ci
env:
VITE_API_URL: ${{ steps.sst-output.outputs.apiEndpoint }}
VITE_SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN_TEST }}
VITE_SLACK_SIGNING_SECRET: ${{ secrets.SLACK_SIGNING_SECRET_TEST }}
VITE_SLACK_USER_ID: ${{ secrets.SLACK_USER_ID_TEST }}
VITE_SLACK_BOT_USER_ID: ${{ secrets.SLACK_BOT_USER_ID_TEST }}
VITE_CORE_SLACK_CHANNEL_ID: ${{ secrets.CORE_SLACK_CHANNEL_ID_TEST }}
VITE_RANDOM_SLACK_CHANNEL_ID: ${{ secrets.RANDOM_SLACK_CHANNEL_ID_TEST }}
VITE_SLACK_DM_ID: ${{ secrets.SLACK_DM_ID_TEST }}
VITE_SLACK_TEAM_ID: ${{ secrets.SLACK_TEAM_ID_TEST }}
VITE_STAGE: ${{ env.STAGE }}
VITE_CI: true
VITE_DB_NAME: ${{ steps.sst-output.outputs.database }}
VITE_DB_HOST: ${{ steps.sst-output.outputs.host }}
VITE_DB_USER: ${{ steps.sst-output.outputs.dbUser }}
VITE_DB_PASSWORD: ${{ steps.sst-output.outputs.dbPassword }}
# - name: Run tests
# run: pnpm test:ci
# env:
# VITE_API_URL: ${{ steps.sst-output.outputs.apiEndpoint }}
# VITE_SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN_TEST }}
# VITE_SLACK_SIGNING_SECRET: ${{ secrets.SLACK_SIGNING_SECRET_TEST }}
# VITE_SLACK_USER_ID: ${{ secrets.SLACK_USER_ID_TEST }}
# VITE_SLACK_BOT_USER_ID: ${{ secrets.SLACK_BOT_USER_ID_TEST }}
# VITE_CORE_SLACK_CHANNEL_ID: ${{ secrets.CORE_SLACK_CHANNEL_ID_TEST }}
# VITE_RANDOM_SLACK_CHANNEL_ID: ${{ secrets.RANDOM_SLACK_CHANNEL_ID_TEST }}
# VITE_SLACK_DM_ID: ${{ secrets.SLACK_DM_ID_TEST }}
# VITE_SLACK_TEAM_ID: ${{ secrets.SLACK_TEAM_ID_TEST }}
# VITE_STAGE: ${{ env.STAGE }}
# VITE_CI: true
# VITE_DB_NAME: ${{ steps.sst-output.outputs.database }}
# VITE_DB_HOST: ${{ steps.sst-output.outputs.host }}
# VITE_DB_USER: ${{ steps.sst-output.outputs.dbUser }}
# VITE_DB_PASSWORD: ${{ steps.sst-output.outputs.dbPassword }}

0 comments on commit cf6748c

Please sign in to comment.