Various fixes

Remove file-based env vars
Add support for session credentials
Add account ID as an output
Remove testing actions workflow
This commit is contained in:
Clare Liguori
2019-11-01 20:35:42 -07:00
parent 8ec2a2c672
commit 3aa1c0e14d
11 changed files with 33001 additions and 671 deletions

View File

@@ -1,16 +0,0 @@
name: "test-local"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test