Skip to content

Commit

Permalink
Create 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 2, 2024
1 parent 1520c40 commit f2cda8e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/frontend-s3-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy frontend S3
on:[push]
jobs:
build:
-run-on:ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Run tests
run: npm test

0 comments on commit f2cda8e

Please sign in to comment.