Updated actions

This commit is contained in:
Dylan 2022-12-06 19:05:20 +00:00
parent 0ac55ae11b
commit 9684cf3faf
2 changed files with 6 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
cache: 'npm'
- name: Install packages
run: npm install
run: npm install serverless && npm install
- name: Deploy
run: serverless deploy

View File

@ -1,6 +1,10 @@
name: Run Tests
on: [push]
on:
push:
branches: [master]
pull_request: [master]
workflow_dispatch:
jobs:
build: