Skip to content

Commit 5663a54

Browse files
Update action.yml
1 parent 542e586 commit 5663a54

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ runs:
1818
shell: bash
1919
# language=bash
2020
run: |
21-
cd spacebar/spacebar
22-
yarn run build
21+
npm ci && npm test
2322
mkdir -p ~/.aws
2423
cat << EOF > ~/.aws/credentials
2524
[devProfile]
@@ -39,6 +38,5 @@ runs:
3938
aws_access_key_id=${{inputs.AWS_ACCESS_KEY_ID_CHINA}}
4039
aws_secret_access_key=${{inputs.AWS_SECRET_ACCESS_KEY_CHINA}}
4140
EOF
42-
yarn --frozen-lockfile
4341
yarn deploy:${{inputs.environment}}
4442
rm ~/.aws/credentials

0 commit comments

Comments
 (0)