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 ac224bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_NAME=tshExampleApp
AWS_LAMBDAS_REGION=eu-west-1
POSTGRES_URL=postgres://postgres:[email protected]:5432/app
SECURITY_GROUP_ID=
SUBNET_ID_1=
SUBNET_ID_2=
SECURITY_GROUP_ID=exampleId
SUBNET_ID_1=exampleId
SUBNET_ID_2=exampleId
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 ac224bb

Please sign in to comment.