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 1b7090e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
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/e2e-reusable.yml'
with:
others: true

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

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

0 comments on commit 1b7090e

Please sign in to comment.