diff --git a/.github/workflows/nightly-test-1.10.x.yaml b/.github/workflows/nightly-test-1.13.x.yaml similarity index 95% rename from .github/workflows/nightly-test-1.10.x.yaml rename to .github/workflows/nightly-test-1.13.x.yaml index 75f9d039e4..12e4a2ddc3 100644 --- a/.github/workflows/nightly-test-1.10.x.yaml +++ b/.github/workflows/nightly-test-1.13.x.yaml @@ -1,4 +1,4 @@ -name: Nightly 1.10.x Test +name: Nightly Test 1.13.x on: schedule: - cron: '0 4 * * *' @@ -6,8 +6,8 @@ on: env: EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partition - BRANCH: "release/1.10.x" - BRANCH_NAME: "release-1.10.x" # Used for naming artifacts + BRANCH: "release/1.13.x" + BRANCH_NAME: "release/1.13.x" # Used for naming artifacts jobs: frontend-test-workspace-node: @@ -27,7 +27,7 @@ jobs: - name: Install id: install working-directory: ./ui - run: yarn install + run: make deps - name: Workspace Tests id: workspace-test @@ -59,7 +59,7 @@ jobs: - name: Install id: install working-directory: ./ui - run: yarn install + run: make deps - name: Ember Build OSS id: build-oss @@ -98,7 +98,7 @@ jobs: - name: Install id: install working-directory: ./ui - run: yarn install + run: make deps - name: Download OSS Frontend uses: actions/download-artifact@v3 @@ -131,7 +131,7 @@ jobs: - name: Install id: install working-directory: ./ui - run: yarn install + run: make deps - name: Ember Build ENT id: build-oss @@ -170,7 +170,7 @@ jobs: - name: Install id: install working-directory: ./ui - run: yarn install + run: make deps - name: Download ENT Frontend uses: actions/download-artifact@v3 @@ -201,7 +201,7 @@ jobs: - name: Install id: install working-directory: ./ui - run: yarn install + run: make deps - name: Download ENT Frontend uses: actions/download-artifact@v3