Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 24, 2023
1 parent ef4c187 commit c84f875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions/checkout@v3

- name: Run framework tests
uses: ./github/actions/framework
uses: ./.github/actions/framework
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}
Expand All @@ -145,7 +145,7 @@ jobs:
uses: actions/checkout@v3

- name: Run framework tests
uses: ./github/actions/framework
uses: ./.github/actions/framework
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit c84f875

Please sign in to comment.