Skip to content

Commit

Permalink
Update prod_kolekto2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evaldocunhaf authored Apr 15, 2024
1 parent b691fc8 commit 3aeff1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prod_kolekto2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@ jobs:
python -m pip install --upgrade pip
pip install -r PKolekto/requirements.txt
- name: Find Cypress
run: cd PKolekto

- name: Checkout
uses: actions/checkout@v4
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: |
cd PKolekto
npm run build
build: npm run build
start: npm start

- name: Upload artifact for deployment jobs
Expand Down

0 comments on commit 3aeff1a

Please sign in to comment.