Skip to content

Commit

Permalink
Merge branch 'master' into t8-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rolsen committed Sep 10, 2020
2 parents 0a06b2c + 104903f commit 57b9da4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
- run: npm run setup
- name: Fix lerna mess
run: node ./scripts/fix_lerna_backup.js
- run: OVERRIDE_BUILD_DATE=${{ steps.date.outputs.formattedTime }} npm run build
- run: npm run build
env:
OVERRIDE_BUILD_DATE: ${{ steps.date.outputs.formattedTime }}
- run: SKIP_HARDWARE_TEST=true npm run test
if: ${{ matrix.platform == 'ubuntu-16.04' }}

Expand Down

0 comments on commit 57b9da4

Please sign in to comment.