Skip to content

Commit

Permalink
Update plugin path in workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Aug 9, 2024
1 parent 6da73e2 commit 439d08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: fish-shop/install-plugin@9b1d802d389c0226fe523ef0d214f3e50ec31087 # v2.3.1
with:
plugin-manager: fisher
plugins: (pwd)
plugins: ${{ github.workspace }}
- name: Run Fishtape tests
uses: fish-shop/run-fishtape-tests@1eab61ecc5ee2fc265377e805b4e3c3b10ba5e6a # v1.5.17
with:
Expand All @@ -56,7 +56,7 @@ jobs:
uses: fish-shop/install-plugin@9b1d802d389c0226fe523ef0d214f3e50ec31087 # v2.3.1
with:
plugin-manager: ${{ matrix.plugin-manager }}
plugins: (pwd)
plugins: ${{ github.workspace }}
- name: Check pond is installed
run: functions -q pond
shell: fish {0}

0 comments on commit 439d08e

Please sign in to comment.