We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8493cbc commit 1941538Copy full SHA for 1941538
.github/workflows/main.yml
@@ -31,28 +31,5 @@ jobs:
31
- name: Install dependencies
32
run: npm install
33
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
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
54
- name: Run tests with handler
55
run: npm run test:handler
56
57
- - name: Run tests with localstack
58
- run: npm run test:e2e
0 commit comments