Skip to content

Commit

Permalink
Update frontend-s3-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Junitalama committed Jan 31, 2024
1 parent 2cdf89e commit 2aa9e2b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/frontend-s3-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ on:
- main

jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend/farm_volunteers
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Run tests
run: npm test

deploy:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 2aa9e2b

Please sign in to comment.