Skip to content

Commit 90778ad

Browse files
committed
gh action remove test job
1 parent bc9e8f0 commit 90778ad

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
persist-credentials: false
20-
- name: Use Node.js v18
20+
- name: Use Node.js lts/hydrogen (v18)
2121
# https://github.com/actions/setup-node
2222
uses: actions/setup-node@v4
2323
with:

.github/workflows/publish-to-gh-pages.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040
echo "ORGANIZATION_NAME=${REPO_NAME/\/*/}" >> $GITHUB_ENV
4141
fi
4242
43-
- name: Test variable
44-
run: |
45-
echo "CADENCE_DOCS_URL is ${CADENCE_DOCS_URL}"
46-
echo "PROJECT_NAME is ${PROJECT_NAME}"
47-
echo "BASE_URL is ${BASE_URL}"
48-
echo "ORGANIZATION_NAME is ${ORGANIZATION_NAME}"
49-
5043
# same as build.yml
5144
- name: Checkout 🛎️
5245
uses: actions/checkout@v4

0 commit comments

Comments
 (0)