mirror of
https://github.com/LukeHagar/stats-action.git
synced 2025-12-06 04:21:26 +00:00
added throttling support
This commit is contained in:
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
@@ -11,11 +11,15 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: Run install
|
||||
uses: borales/actions-yarn@v5
|
||||
with:
|
||||
cmd: install
|
||||
|
||||
- name: Run Build
|
||||
run: yarn build
|
||||
- name: Run build
|
||||
uses: borales/actions-yarn@v5
|
||||
with:
|
||||
cmd: build
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user