diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c4fded61..901ebe16b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -61,7 +61,7 @@ jobs: unit: needs: test - name: Build Package + name: Unit Tests runs-on: ubuntu-latest steps: @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }}