Skip to content

Commit

Permalink
Added test instructions on the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaljanicki committed Oct 27, 2023
1 parent 4877626 commit 8a1a311
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/deploy_sls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Check Python version
run: python --version

- name: Test install requirements
run: python -m pip install -r requirements.txt

- name: Install Serverless dependencies
run: npm i

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.idea
.idea
.serverless

0 comments on commit 8a1a311

Please sign in to comment.