Skip to content

Commit 1941538

Browse files
Update CI/CD
1 parent 8493cbc commit 1941538

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,5 @@ jobs:
3131
- name: Install dependencies
3232
run: npm install
3333

34-
- name: Build project
35-
run: npm run build
36-
37-
- name: Start local services
38-
run: |
39-
docker-compose up -d
40-
41-
- name: Wait for local services to start
42-
run: |
43-
npm run wait-for-docker
44-
45-
- name: Start local database
46-
run: npm run start:db
47-
48-
- name: Seed local database
49-
run: npm run seed:local-db
50-
51-
- name: Start local API gateway and lambda
52-
run: start:local-api
53-
5434
- name: Run tests with handler
5535
run: npm run test:handler
56-
57-
- name: Run tests with localstack
58-
run: npm run test:e2e

0 commit comments

Comments
 (0)