Skip to content

Commit

Permalink
fix: add mkdir to test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Jan 8, 2024
1 parent 7e6fb35 commit 790b3c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Make output directory
run: mkdir -p ./output/bundle
- name: Test GitHub Action
uses: ./
with:
Expand All @@ -167,6 +169,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Make output directory
run: mkdir -p ./output/convert
- name: Test GitHub Action
uses: ./
with:
Expand Down

0 comments on commit 790b3c4

Please sign in to comment.