Skip to content

Commit

Permalink
Add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 13, 2021
1 parent b87b1e3 commit 6f96df6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 14
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Build artefacts
run: npm run build:cjs && npm run build:bootstrap
- name: List
run: ls
- name: Upload file to bucket
Expand All @@ -26,6 +28,6 @@ jobs:
FILE: dist/rollup.browser.js
AWS_REGION: us-east-1
S3_BUCKET: rollup-ci-artefacts
S3_KEY: /${{ github.event.number }}/rollup.browser.js
S3_KEY: ${{ github.event.number }}/rollup.browser.js
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 6f96df6

Please sign in to comment.