Skip to content

Commit 38632e2

Browse files
Update action.yml
1 parent ae08b74 commit 38632e2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ inputs:
1414
runs:
1515
using: composite
1616
steps:
17-
- name: deploy
17+
- uses: actions/checkout@v3
18+
- name: deploy using Node.js
1819
shell: bash
1920
# language=bash
2021
run: |
2122
node --version
2223
npm --version
23-
npm ci
24+
npm ci
2425
yarn test
2526
mkdir -p ~/.aws
2627
cat << EOF > ~/.aws/credentials

0 commit comments

Comments
 (0)