Skip to content

update to esm and aws-sdk v3 #46

update to esm and aws-sdk v3

update to esm and aws-sdk v3 #46

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v1
- name: webfactory/ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: npm install
run: npm install && ./node_modules/.bin/npr which standardx
- name: npm test
run: ./node_modules/.bin/npr standard && node ./test
env:
CI: true
AWS_ACCESS_KEY_ID: ${{ secrets.TEST_OPTOOLCO3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TEST_OPTOOLCO3_SECRET_KEY }}