Skip to content

Commit

Permalink
chore: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Dec 17, 2023
1 parent b1eb970 commit 203164b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ jobs:
- name: Run guillotina
run: docker run -d --link=postgres -p 0.0.0.0:8080:8080 guillotina_e2e:latest

- name: Install base modules
- name: Install base modules and build dist
run: yarn

- name: Build dist
run: yarn
working-directory: "."

- name: Start Server
run: npm install && npm run build && npm run preview
run: npm install && npm run build && npm run preview &
working-directory: e2e/vite_example

- name: Cypress run
Expand Down

0 comments on commit 203164b

Please sign in to comment.