Skip to content

Commit

Permalink
trying another clenaup of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed Apr 23, 2024
1 parent 16ef4ea commit 74d262f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
environment: dev

services:
postgres: # Database service example
postgres:
image: postgres:15
env:
POSTGRES_DB: ${{ secrets.DATABASE_NAME }}
POSTGRES_USER: ${{ secrets.DATABASE_USER }}
POSTGRES_PASSWORD: ${{ secrets.DATABASE_PASSWORD }}
ports:
- 5432:5432 # Using the default PostgreSQL port
- 5432:5432

steps:
- name: Checkout
Expand Down Expand Up @@ -56,12 +56,6 @@ jobs:
- name: Setup Node environment
uses: actions/setup-node@v4

- name: Clear Yarn cache
run: yarn cache clean

- name: Clean workspace
run: rm -rf node_modules

- name: Adjust permissions
run: sudo chown -R $USER:$USER . && sudo chmod -R 777 .

Expand Down

0 comments on commit 74d262f

Please sign in to comment.