mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-02 05:55:10 +09:00
feat: Build and integ test scripts for pipeline
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: 0.2
|
||||
|
||||
phases:
|
||||
install:
|
||||
runtime-versions:
|
||||
nodejs: 10
|
||||
build:
|
||||
commands:
|
||||
# Run unit tests
|
||||
- npm ci
|
||||
- npm run test
|
||||
artifacts:
|
||||
files:
|
||||
- '**/*'
|
||||
Reference in New Issue
Block a user