mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-01 05:45:06 +09:00
15 lines
187 B
YAML
15 lines
187 B
YAML
version: 0.2
|
|
|
|
phases:
|
|
install:
|
|
runtime-versions:
|
|
nodejs: 10
|
|
build:
|
|
commands:
|
|
# Run unit tests
|
|
- npm ci
|
|
- npm run test
|
|
artifacts:
|
|
files:
|
|
- '**/*'
|