Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 24, 2023
1 parent efd2b34 commit 4defd8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
path: 'spa-js'

- name: Run framework tests
uses: ./.github/actions/framework
uses: ./spa-js/.github/actions/framework
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}
Expand All @@ -99,7 +99,7 @@ jobs:
path: 'spa-js'

- name: Run framework tests
uses: ./.github/actions/framework
uses: ./spa-js/.github/actions/framework
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}
Expand All @@ -123,7 +123,7 @@ jobs:
path: 'spa-js'

- name: Run framework tests
uses: ./.github/actions/framework
uses: ./spa-js/.github/actions/framework
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}
Expand All @@ -147,7 +147,7 @@ jobs:
path: 'spa-js'

- name: Run framework tests
uses: ./.github/actions/framework
uses: ./spa-js/.github/actions/framework
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}
Expand Down

0 comments on commit 4defd8c

Please sign in to comment.