Skip to content

Commit

Permalink
move into basics workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 6, 2020
1 parent d270403 commit fc0a137
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ jobs:
- run: yarn lint
- run: yarn unit-core
- run: yarn tsc -p .

- name: Store in buildtracker
run: yarn bt-cli upload-build
env:
# https://buildtracker.dev/docs/guides/github-actions#configuration
BT_API_AUTH_TOKEN: ${{ secrets.BT_API_AUTH_TOKEN }}
33 changes: 0 additions & 33 deletions .github/workflows/buildtracker.yml

This file was deleted.

0 comments on commit fc0a137

Please sign in to comment.