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 efde15a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v4
- run: cp .env.dist .env
- run: npm ci
- 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 efde15a

Please sign in to comment.