File tree 3 files changed +8
-2
lines changed
actions/setup-serverless-framework
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- name : Set up development
2
- description : Install required dependencies
1
+ name : Set up Serverless Framework
2
+ description : Install Serverless Framework & Scaleway Plugin
3
3
runs :
4
4
using : " composite"
5
5
steps :
Original file line number Diff line number Diff line change @@ -15,12 +15,16 @@ jobs:
15
15
container : nikolaik/python-nodejs:python3.10-nodejs18
16
16
steps :
17
17
- uses : actions/checkout@v3
18
+
18
19
- name : Install terraform
19
20
uses : hashicorp/setup-terraform@v2
20
21
with :
21
22
terraform_wrapper : false
23
+
22
24
- uses : ./.github/actions/setup-serverless-framework
25
+
23
26
- uses : ./.github/actions/setup-poetry
27
+
24
28
- name : Test with pytest
25
29
working-directory : tests
26
30
run : poetry run pytest integrations -n $(nproc --all)
Original file line number Diff line number Diff line change 15
15
container : nikolaik/python-nodejs:python3.10-nodejs18
16
16
steps :
17
17
- uses : actions/checkout@v3
18
+
18
19
- uses : ./.github/actions/setup-poetry
20
+
19
21
- name : Test with pytest
20
22
working-directory : tests
21
23
run : poetry run pytest -s --ignore=integrations
You can’t perform that action at this time.
0 commit comments