Skip to content

Commit

Permalink
Update frontend-s3-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Haroun Alarabi <[email protected]>
  • Loading branch information
HarounAlarabi authored Feb 3, 2024
1 parent f12b030 commit 43fe4f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/frontend-s3-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,17 @@ jobs:
npm install
npm run build
aws s3 sync build/ s3://cyf-videos --delete
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run test
run:npm test





Expand Down

0 comments on commit 43fe4f2

Please sign in to comment.