mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-08 12:17:07 +00:00
Setup CI using Actions
This commit is contained in:
parent
bb4ecd82fd
commit
d322a17a44
1 changed files with 16 additions and 0 deletions
16
.github/workflows/test.yml
vendored
Normal file
16
.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue