Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeChannings authored Jul 16, 2020
1 parent f166f9b commit 492b633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Release

on:
Expand All @@ -16,7 +13,10 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm test
- env:
BING_API_KEY: ${{ secrets.BING_API_KEY }}
YANDEX_API_KEY: ${{ secrets.YANDEX_API_KEY }}
run: npm test

publish-npm:
needs: build
Expand Down

0 comments on commit 492b633

Please sign in to comment.