Skip to content

Commit

Permalink
ci: run serverless offine in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelTshDev committed Apr 4, 2024
1 parent 9e9a9e2 commit 053744a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- uses: actions/checkout@v4
- run: cp .env.dist .env
- run: npm ci
- run: npm run docker-build
- run: docker-compose up -d
- run: npm run lint
- run: npm run dev
- run: npm run test-coverage

sonarqube-analysis:
Expand Down

0 comments on commit 053744a

Please sign in to comment.