-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into michalpiechowiak/frb-1360-v15-canary-dynamic…
…-routes-with-fallback-true-are-failing
- Loading branch information
Showing
10 changed files
with
55,823 additions
and
12,475 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ jobs: | |
else | ||
echo "matrix=[\"latest\"]" >> $GITHUB_OUTPUT | ||
fi | ||
e2e: | ||
needs: setup | ||
runs-on: ubuntu-latest | ||
|
@@ -68,14 +69,13 @@ jobs: | |
deno-version: v1.37.0 | ||
- name: 'Install dependencies' | ||
run: npm ci | ||
- name: 'Netlify Login' | ||
- name: 'Prepare Netlify CLI' | ||
env: | ||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
run: | | ||
# TODO(serhalp) Unpin version once | ||
# https://netlify.slack.com/archives/C07686YAY13/p1718139257978049 is resolved. | ||
npm i -g [email protected] | ||
netlify login | ||
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use | ||
npm install -g "netlify-cli@$(npm list --json --depth=0 netlify-cli | jq -r ".dependencies[\"netlify-cli\"].version")" | ||
npx netlify login | ||
- name: Get installed Playwright version | ||
id: playwright-version | ||
run: echo "version=$(npm view @playwright/test version)" >> $GITHUB_OUTPUT | ||
|
@@ -204,14 +204,13 @@ jobs: | |
run: npm ci | ||
- name: 'Build' | ||
run: npm run build | ||
- name: 'Netlify Login' | ||
- name: 'Prepare Netlify CLI' | ||
env: | ||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} | ||
run: | | ||
# TODO(serhalp) Unpin version once | ||
# https://netlify.slack.com/archives/C07686YAY13/p1718139257978049 is resolved. | ||
npm i -g [email protected] | ||
netlify login | ||
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use | ||
npm install -g "netlify-cli@$(npm list --json --depth=0 netlify-cli | jq -r ".dependencies[\"netlify-cli\"].version")" | ||
npx netlify login | ||
- name: Resolve Next.js version | ||
id: resolve-next-version | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.