Skip to content

Commit

Permalink
ci: fix path to env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Sep 18, 2023
1 parent 9b2e586 commit 51834c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ on:
workflow_call:
inputs:
version:
required: false
type: string
path:
required: false
path:
type: string
cache:
required: false
cache:
type: string
token:
required: false
token:
type: string
required: false

jobs:
test-env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ defaults:

jobs:
test-cache:
uses: ./.github/actions/env.yml
uses: ./.github/workflows/env.yml
test-no-cache:
uses: ./.github/actions/env.yml
uses: ./.github/workflows/env.yml
with:
cache: "false"

0 comments on commit 51834c2

Please sign in to comment.