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 719578b commit ef4c187
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
test:
needs: authorize # Require approval before running on forked pull requests

name: Unit Tests
name: Build Package
runs-on: ubuntu-latest

steps:
Expand All @@ -61,7 +61,7 @@ jobs:
unit:
needs: test

name: Build Package
name: Unit Tests
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions/checkout@v3

- name: Run framework tests
uses: ./spa-js/.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: ./spa-js/.github/actions/framework
uses: ./github/actions/framework
with:
node: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE_KEY }}
Expand All @@ -167,7 +167,7 @@ jobs:
uses: actions/checkout@v3

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

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

0 comments on commit ef4c187

Please sign in to comment.