We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dba2bb commit 196a7acCopy full SHA for 196a7ac
1 file changed
.github/workflows/ci.yml
@@ -29,6 +29,11 @@ jobs:
29
30
- name: Run tests
31
run: npm run test:coverage
32
+ env:
33
+ AWS_REGION: ${{ secrets.AWS_REGION }}
34
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
35
+ AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
36
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
37
38
- name: Test code compilation
39
run: npm run build
@@ -51,6 +56,11 @@ jobs:
51
56
52
57
53
58
59
60
61
62
63
54
64
55
65
66
0 commit comments