We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542e586 commit 5663a54Copy full SHA for 5663a54
1 file changed
action.yml
@@ -18,8 +18,7 @@ runs:
18
shell: bash
19
# language=bash
20
run: |
21
- cd spacebar/spacebar
22
- yarn run build
+ npm ci && npm test
23
mkdir -p ~/.aws
24
cat << EOF > ~/.aws/credentials
25
[devProfile]
@@ -39,6 +38,5 @@ runs:
39
38
aws_access_key_id=${{inputs.AWS_ACCESS_KEY_ID_CHINA}}
40
aws_secret_access_key=${{inputs.AWS_SECRET_ACCESS_KEY_CHINA}}
41
EOF
42
- yarn --frozen-lockfile
43
yarn deploy:${{inputs.environment}}
44
rm ~/.aws/credentials
0 commit comments