Skip to content

Commit

Permalink
moved actions to root and updated the test references
Browse files Browse the repository at this point in the history
  • Loading branch information
yjpictures authored Nov 5, 2023
1 parent 469a08a commit eb7f88f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:

- name: Checkout the actions folder
- name: Checkout the actions file
uses: actions/checkout@v4
with:
sparse-checkout: .github/actions
sparse-checkout: actions.yml
sparse-checkout-cone-mode: false

- name: Dowload mdPDFinator
Expand All @@ -33,7 +33,7 @@ jobs:
run: curl ${{ vars.SAMPLE_MARKDOWN_URL }} -o sample.md

- name: Add GTK
uses: ./.github/actions
uses: ./

- name: Test it out
run: ./mdPDFinator-Windows sample.md -o output-${{ matrix.os }}.pdf
Expand All @@ -55,11 +55,11 @@ jobs:

steps:

- name: Checkout the actions folder
- name: Checkout the actions file
uses: actions/checkout@v4
with:
sparse-checkout: .github/actions
sparse-checkout: actions.yml
sparse-checkout-cone-mode: false

- name: Add GTK
uses: ./.github/actions
uses: ./
File renamed without changes.

0 comments on commit eb7f88f

Please sign in to comment.