Skip to content

Commit

Permalink
Run tests with github token set
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek committed Mar 20, 2023
1 parent 4f8dabf commit 23532d8
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 51 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on: # rebuild any PRs and main branch changes
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v2
- name: Set Node.js 16.x
Expand All @@ -24,5 +26,3 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./
with:
milliseconds: 1000
117 changes: 69 additions & 48 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 23532d8

Please # to comment.