Skip to content

Commit

Permalink
start webapp + Test v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SenneDemaegd committed Oct 20, 2024
1 parent 1cc0a40 commit d03c1ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: npx eslint . --no-error-on-unmatched-pattern
- name: Lint the code
run: yarn lint
- name: Start webapp before tests
run: docker compose up -d --build
- name: Run tests
run: yarn test
- name: Log in to Docker Hub.
uses: docker/login-action@v3
with:
Expand All @@ -36,3 +32,7 @@ jobs:
with:
push: true
tags: sennedemaegd/webapp:latest
- name: Start webapp before tests
run: docker compose up -d --build
- name: Run tests
run: yarn test

0 comments on commit d03c1ea

Please sign in to comment.