Updated actions
This commit is contained in:
parent
0ac55ae11b
commit
9684cf3faf
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: npm install
|
run: npm install serverless && npm install
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: serverless deploy
|
run: serverless deploy
|
||||||
|
6
.github/workflows/python-tests.yml
vendored
6
.github/workflows/python-tests.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
pull_request: [master]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user