Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jul 2, 2024
1 parent 703d8cb commit 86dcce9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,15 @@ jobs:
id: checkout
uses: actions/checkout@v4

- run: git clone https://huggingface.co/J5Tsai/debug-static-files
env:
GIT_LFS_SKIP_SMUDGE: 1

- name: Test Local Action
id: test-action
uses: ./
uses: ./actions/list
with:
milliseconds: 2000
repo-dir: debug-static-files

- name: Print Output
id: output
Expand Down

0 comments on commit 86dcce9

Please sign in to comment.