Skip to content

Commit

Permalink
rafactor test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kantajp committed Jun 16, 2023
1 parent 8a8040d commit cae20e5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ jobs:
DATABASE_PASSWORD: ${{ secrets.DATABASE_PASSWORD }}
DATABASE_HOST: ${{ secrets.DATABASE_HOST }}
DATABASE_PORT: ${{ secrets.DATABASE_PORT }}
run: |
touch .env
echo "SECRET_KEY=$SECRET_KEY" >> .env
echo "DEBUG=$DEBUG" >> .env
echo "DATABASE_ENGINE=$DATABASE_ENGINE" >> .env
echo "DATABASE_NAME=$DATABASE_NAME" >> .env
echo "DATABASE_USER=$DATABASE_USER" >> .env
echo "DATABASE_PASSWORD=$DATABASE_PASSWORD" >> .env
echo "DATABASE_HOST=$DATABASE_HOST" >> .env
echo "DATABASE_PORT=$DATABASE_PORT" >> .env
- name: Checkout repository
uses: actions/checkout@v2
- name: Excute tests
Expand Down

0 comments on commit cae20e5

Please sign in to comment.