Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: use read-only token for nx cloud in source control#6501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JamesHenry merged 3 commits intomainfromread-only-nx-cloud-token
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions.github/workflows/ci.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,8 @@ on:

env:
PRIMARY_NODE_VERSION: 18
# Only set the read-write token if we are on the main branch
NX_CLOUD_ACCESS_TOKEN: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && secrets.NX_CLOUD_ACCESS_TOKEN }}

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletionnx.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "package", "prebuild", "test"],
"accessToken": "YjFjNTBhOWUtY2JmNy00ZDhiLWE5N2UtZjliNDAwNmIzOTdjfHJlYWQtd3JpdGU="
"accessToken": "YjIzMmMxMWItMjhiMS00NWY2LTk1NWYtYWU3YWQ0YjE4YjBlfHJlYWQ="
}
}
},
Expand Down
3 changes: 2 additions & 1 deletionpackages/website/tests/playground.spec.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,8 @@ test.describe('Playground', () => {
await new AxeBuilder({ page }).analyze();
});

test('Usage', async ({ page }) => {
// TODO: fix this test and reenable it
test.skip('Usage', async ({ page }) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Tracking issue?

// 1. Type some valid code in the playground
await writeInEditor(page, 'let value: string[];');

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp