Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jun0 committed Dec 8, 2023
1 parent 3e534b8 commit 9b51364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: dist-without-markdown
path: |
dist
!dist/**/*.md
- name: dist-without-markdown
path: |
dist
!dist/**/*.md
- name: Test the project
run: |
eldev -p -dtT test

0 comments on commit 9b51364

Please sign in to comment.