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 a9cc949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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
- name: List
run: ls
- name: Upload file to bucket
Expand Down

0 comments on commit a9cc949

Please sign in to comment.