Skip to content

Commit

Permalink
feat(action): Fix wrong workflow yml file depth
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed May 7, 2024
1 parent dc69ac1 commit 36daf12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e/e2e.yml → .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ on:

jobs:
others:
uses: './.github/workflows/e2e/reusable.yml'
uses: './.github/workflows/reusable/e2e.yml'
with:
others: true

dom-snapshot:
uses: './.github/workflows/e2e/reusable.yml'
uses: './.github/workflows/reusable/e2e.yml'
with:
dom-snapshot: true

screen-snapshot:
uses: './.github/workflows/e2e/reusable.yml'
uses: './.github/workflows/reusable/e2e.yml'
with:
screen-snapshot: true
File renamed without changes.

0 comments on commit 36daf12

Please sign in to comment.