Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim20 committed Oct 1, 2024
1 parent bee1314 commit 9f6cc7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
- name: Tests of Server
env:
REPORT_GAS: true
AWS_S3_REGION: ${{ vars.AWS_S3_REGION }}
AWS_S3_ACCESS_KEY: ${{ secrets.AWS_S3_ACCESS_KEY }}
AWS_S3_SECRET_KEY: ${{ secrets.AWS_S3_SECRET_KEY }}
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_S3_ACCESS_KEY: ${{secrets.AWS_S3_ACCESS_KEY}}
AWS_S3_SECRET_KEY: ${{secrets.AWS_S3_SECRET_KEY}}
run: cd packages/server && yarn run test

0 comments on commit 9f6cc7c

Please sign in to comment.