Skip to content

Commit

Permalink
проверка деплоя
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Sep 19, 2023
1 parent bd4f4e0 commit a9c56c3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ jobs:
tags: ${{ secrets.DOCKER_USERNAME }}/foodgram_backend:latest


frontend_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up nodeJS
uses: actions/setup-node@v3
with:
node-version: 18
# frontend_tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up nodeJS
# uses: actions/setup-node@v3
# with:
# node-version: 18


- name: Install dependencies
run: |
cd frontend/
npm ci
# - name: Install dependencies
# run: |
# cd frontend/
# npm ci


# - name: Test frontend
Expand All @@ -87,7 +87,7 @@ jobs:
build_frontend_and_push_to_docker_hub:
name: Push frontend Docker image to DockerHub
runs-on: ubuntu-latest
needs: frontend_tests
# needs: frontend_tests
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down

0 comments on commit a9c56c3

Please sign in to comment.